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

  /frameworks/minikin/include/minikin/
FontCollection.h 35 FakedFont fakedFont;
52 FakedFont baseFontFaked(FontStyle style);
FontFamily.h 95 struct FakedFont {
120 FakedFont getClosestMatch(FontStyle style) const;
Layout.h 133 int findFace(FakedFont face, LayoutContext* ctx);
158 std::vector<FakedFont> mFaces;
  /frameworks/minikin/libs/minikin/
FontFamily.cpp 129 FakedFont FontFamily::getClosestMatch(FontStyle style) const {
140 FakedFont result;
FontCollection.cpp 452 run->fakedFont = family->getClosestMatch(style);
466 FakedFont FontCollection::baseFontFaked(FontStyle style) {
Layout.cpp 333 int Layout::findFace(FakedFont face, LayoutContext* ctx) {
736 if (run.fakedFont.font == NULL) {
740 int font_ix = findFace(run.fakedFont, ctx);
    [all...]
  /frameworks/base/core/jni/android/graphics/
Paint.cpp 407 FakedFont baseFont = typeface->fFontCollection->baseFontFaked(typeface->fStyle);
    [all...]

Completed in 103 milliseconds