Searched refs:fFace (Results 1 - 10 of 10) sorted by relevance

/haiku/src/servers/app/font/
H A DFontEngine.cpp424 fFace(NULL),
456 FT_Done_Face(fFace);
466 if (fFace)
467 return fFace->num_faces;
476 return FT_Get_Char_Index(fFace, glyphCode);
489 fLastError = FT_Load_Glyph(fFace, glyphIndex, loadFlags
492 FT_UShort units_per_EM = fFace->units_per_EM;
493 if (!FT_IS_SCALABLE(fFace))
495 fPreciseAdvanceX = (double)fFace->glyph->advance.x / units_per_EM;
496 fPreciseAdvanceY = (double)fFace
[all...]
H A DFontStyle.h118 { return fFace; }
161 uint16 fFace; member in class:FontStyle
H A DFontEngine.h131 FT_Face fFace; // FreeType font face handle member in class:FontEngine
H A DFontStyle.cpp41 fFace(_TranslateStyleToFace(face->style_name)),
/haiku/src/apps/clock/
H A Dcl_view.cpp35 fFace(face),
110 fFace++;
111 if (fFace > 8)
112 fFace = 1;
122 if (fClockFace[fFace] != NULL)
123 DrawBitmap(fClockFace[fFace], BPoint(0, 0));
234 status = data->AddInt32("face", fOffscreenView->fFace);
277 fOffscreenView->fFace = face;
297 return fOffscreenView->fFace;
H A Dcl_view.h34 short fFace; member in class:TOffscreenView
/haiku/src/kits/interface/
H A DFont.cpp368 link.Read<uint16>(&font->fFace);
510 fFace(0),
553 link.Attach<uint16>(fFace);
561 link.Read<uint16>(&fFace);
590 link.Attach<uint16>(fFace);
598 link.Read<uint16>(&fFace);
627 link.Read<uint16>(&fFace);
683 if (face == fFace)
783 return fFace;
1382 fFace
[all...]
/haiku/src/servers/app/
H A DServerFont.cpp143 fFace(style.Face()),
196 fFace = font.fFace;
212 && fDirection == other.fDirection && fFace == other.fFace;
258 fFace = fStyle->PreservedFace(fFace);
342 fFace = face;
366 fFace = face;
H A DServerFont.h60 { return fFace; }
202 uint16 fFace; member in class:ServerFont
/haiku/headers/os/interface/
H A DFont.h313 uint16 fFace; member in class:BFont

Completed in 88 milliseconds