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

  /frameworks/minikin/include/minikin/
FontCollection.h 35 FakedFont fakedFont;
47 FakedFont baseFontFaked(FontStyle style);
  /frameworks/minikin/libs/minikin/
FontCollection.cpp 202 run->fakedFont.font = NULL;
204 run->fakedFont = family->getClosestMatch(style);
218 FakedFont FontCollection::baseFontFaked(FontStyle style) {
220 return FakedFont();
Layout.cpp 389 int Layout::findFace(FakedFont face, LayoutContext* ctx) {
692 if (run.fakedFont.font == NULL) {
696 int font_ix = findFace(run.fakedFont, ctx);

Completed in 422 milliseconds