Searched defs:face (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLBaseFontElement.java58 * Font face identifier. See the face attribute definition in HTML 4.0.
62 public void setFace(String face); argument
H A DHTMLFontElement.java58 * Font face identifier. See the face attribute definition in HTML 4.0.
62 public void setFace(String face); argument
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DesktopProperties.cpp697 LPTSTR face = new TCHAR[length]; local
699 if (GetTextFace(dc, length, face) > 0) {
704 if (!wcscmp(face, L"MS Shell Dlg")) {
706 // real face name from the registry.
721 fontName = JNU_NewStringPlatform(GetEnv(), face);
742 delete[] face;
/openjdk7/jdk/src/share/native/sun/font/
H A DfreetypeScaler.c62 FT_Face face; member in struct:__anon798
118 stream = scalerInfo->face->stream;
120 FT_Done_Face(scalerInfo->face);
307 &scalerInfo->face);
335 &scalerInfo->face);
414 FT_Set_Transform(scalerInfo->face, &context->transform, NULL);
416 errCode = FT_Set_Char_Size(scalerInfo->face, 0, context->ptsz, 72, 72);
419 errCode = FT_Activate_Size(scalerInfo->face->size);
484 scalerInfo->face->units_per_EM,
485 scalerInfo->face
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.cpp1659 AliasCacheEntry* face = probe_alias_cache(flat); local
1660 if (face->_adr_type == NULL) {
1661 face->_adr_type = flat;
1662 face->_index = idx;

Completed in 48 milliseconds