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

  /external/chromium_org/third_party/skia/src/pdf/
SkPDFFont.h 177 uint32_t fFontID;
SkPDFFont.cpp     [all...]
  /external/skia/src/pdf/
SkPDFFont.h 177 uint32_t fFontID;
SkPDFFont.cpp     [all...]
  /external/chromium_org/third_party/skia/src/core/
SkScalerContext.h 33 uint32_t fFontID;
SkScalerContext.cpp 140 SkTypeface* newFace = SkAndroidNextLogicalTypeface(fRec.fFontID,
163 newRec->fFontID = newFontID;
234 return ctx->fRec.fFontID;
    [all...]
SkPaint.cpp     [all...]
  /external/skia/src/core/
SkScalerContext.h 33 uint32_t fFontID;
SkScalerContext.cpp 140 SkTypeface* newFace = SkAndroidNextLogicalTypeface(fRec.fFontID,
163 newRec->fFontID = newFontID;
234 return ctx->fRec.fFontID;
    [all...]
SkPaint.cpp     [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType.cpp 229 uint32_t fFontID;
270 : fNext(NULL), fSkStream(strm), fRefCnt(1), fFontID(fontID) {
286 if (rec->fFontID == fontID) {
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 231 uint32_t fFontID;
272 : fNext(NULL), fSkStream(strm), fRefCnt(1), fFontID(fontID) {
288 if (rec->fFontID == fontID) {
    [all...]

Completed in 3022 milliseconds