HomeSort by relevance Sort by last modified time
    Searched refs:fFace (Results 1 - 12 of 12) sorted by null

  /external/icu4c/samples/layout/
GnomeFontInstance.cpp 55 fFace = NULL;
58 error = FT_New_Face(engine, fontPathName, 0, &fFace);
70 error = FT_Set_Char_Size(fFace, 0, pointSize << 6, 92, 92);
72 fCairoFace = cairo_ft_font_face_create_for_ft_face(fFace, 0);
74 fUnitsPerEM = fFace->units_per_EM;
76 fAscent = (le_int32) (yUnitsToPoints(fFace->ascender) * fDeviceScaleY);
77 fDescent = (le_int32) -(yUnitsToPoints(fFace->descender) * fDeviceScaleY);
78 fLeading = (le_int32) (yUnitsToPoints(fFace->height) * fDeviceScaleY) - fAscent - fDescent;
94 if (fFace != NULL) {
95 FT_Done_Face(fFace);
    [all...]
GnomeFontInstance.h 51 FT_Face fFace;
  /external/skia/legacy/src/ports/
SkFontHost_FreeType.cpp 155 fFace != NULL;
171 FT_Face fFace; // reference to shared face in gFaceRecHead
193 FT_Face fFace;
253 SkASSERT(rec->fFace);
287 &rec->fFace);
294 SkASSERT(rec->fFace);
308 if (rec->fFace == face) {
456 FT_Face face = rec->fFace;
709 if (rec != NULL && rec->fFace != NULL) {
710 unitsPerEm = rec->fFace->units_per_EM
    [all...]
SkFontHost_FONTPATH.cpp 213 fFace(face)
218 const FontFaceRec& fFace;
224 return f ? &f->fFace : get_default_face();
243 ((FontFaceRec_Typeface*)familyFace)->fFace.fFamilyIndex];
256 &((FontFaceRec_Typeface*)familyFace)->fFace == &face)
294 const FontFaceRec* face = &((const FontFaceRec_Typeface*)tface)->fFace;
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 168 fFace != NULL;
184 FT_Face fFace; // reference to shared face in gFaceRecHead
206 FT_Face fFace;
267 SkASSERT(rec->fFace);
301 &rec->fFace);
308 SkASSERT(rec->fFace);
322 if (rec->fFace == face) {
470 FT_Face face = rec->fFace;
707 if (rec != NULL && rec->fFace != NULL) {
708 unitsPerEm = rec->fFace->units_per_EM
    [all...]
SkFontHost_FONTPATH.cpp 213 fFace(face)
218 const FontFaceRec& fFace;
224 return f ? &f->fFace : get_default_face();
242 ((FontFaceRec_Typeface*)familyFace)->fFace.fFamilyIndex];
255 &((FontFaceRec_Typeface*)familyFace)->fFace == &face)
295 const FontFaceRec* face = &((const FontFaceRec_Typeface*)tface)->fFace;
  /external/skia/legacy/src/core/
SkTypefaceCache.cpp 22 rec->fFace = face;
31 if (curr->fFace->uniqueID() == fontID) {
32 return curr->fFace;
43 if (proc(curr->fFace, curr->fRequestedStyle, ctx)) {
44 return curr->fFace;
55 SkTypeface* face = fArray[i].fFace;
SkTypefaceCache.h 85 SkTypeface* fFace;
  /external/skia/src/core/
SkTypefaceCache.cpp 24 rec->fFace = face;
38 if (curr->fFace->uniqueID() == fontID) {
39 return curr->fFace;
50 SkTypeface* currFace = curr->fFace;
70 SkTypeface* face = fArray[i].fFace;
SkTypefaceCache.h 87 SkTypeface* fFace;
  /external/harfbuzz_ng/src/hb-icu-le/
PortableFontInstance.h 35 hb_face_t *fFace;
PortableFontInstance.cpp 29 : fFace(face), fXScale(xScale), fYScale(yScale), fUnitsPerEM(0), fAscent(0), fDescent(0), fLeading(0),
75 return hb_face_reference_table(fFace, tableTag);

Completed in 236 milliseconds