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

  /external/skia/src/pdf/
SkPDFFont.h 175 uint32_t fFontID;
SkPDFFont.cpp     [all...]
  /external/skia/legacy/src/ports/
SkFontHost_android.cpp 426 SkFontID fFontID;
599 SkDEBUGF(("new fallback font: %d, in \"%s\"", fallbackRec.fFontID,
646 SkFontID fontID = defaultList->fList[fontIdx].fFontID;
787 fallbackRec.fFontID = tf->uniqueID();
817 if (currentFallbackList->fList[i].fFontID == fontId) {
    [all...]
SkFontHost_mac_atsui.cpp 148 ATSUFontID fontID = FMGetFontFromATSFontRef(fRec.fFontID);
177 // fFontID, and not on any of the other settings like matrix or flags
181 if (SkFontHost::GetTableData(fRec.fFontID,
275 CGFontRef fontRef = CGFontCreateWithPlatformFont(&fRec.fFontID);
369 if (!init_vertical_metrics(fRec.fFontID, pts)) {
372 ATSFontGetVerticalMetrics(fRec.fFontID, kATSOptionFlagsDefault,
SkFontHost_FreeType.cpp 197 uint32_t fFontID;
238 : fSkStream(strm), fFontID(fontID) {
252 if (rec->fFontID == fontID) {
733 fFaceRec = ref_ft_face(fRec.fFontID);
856 fFaceRec->fFontID, fScaleX, fScaleY, err));
864 fFaceRec->fFontID, fScaleX, fScaleY, err));
873 fFaceRec->fFontID, fScaleX, fScaleY, err));
907 fFaceRec->fFontID, fScaleX, fScaleY, err));
    [all...]
SkFontHost_FONTPATH.cpp 317 newRec->fFontID = get_id(*face);
SkFontHost_win.cpp 505 GetLogFontByID(fRec.fFontID, &lf);
599 ensure_typeface_accessible(fRec.fFontID);
661 ensure_typeface_accessible(fRec.fFontID);
895 ensure_typeface_accessible(fRec.fFontID);
965 ensure_typeface_accessible(fRec.fFontID);
    [all...]
SkFontHost_mac_coretext.cpp 625 CTFontRef ctFont = GetFontRefFromFontID(fRec.fFontID);
    [all...]
  /external/skia/src/ports/
SkFontHost_mac_atsui.cpp 148 ATSUFontID fontID = FMGetFontFromATSFontRef(fRec.fFontID);
177 // fFontID, and not on any of the other settings like matrix or flags
181 if (SkFontHost::GetTableData(fRec.fFontID,
275 CGFontRef fontRef = CGFontCreateWithPlatformFont(&fRec.fFontID);
369 if (!init_vertical_metrics(fRec.fFontID, pts)) {
372 ATSFontGetVerticalMetrics(fRec.fFontID, kATSOptionFlagsDefault,
SkFontHost_FreeType.cpp 210 uint32_t fFontID;
251 : fNext(NULL), fSkStream(strm), fRefCnt(1), fFontID(fontID) {
266 if (rec->fFontID == fontID) {
730 fFaceRec = ref_ft_face(fRec.fFontID);
869 fFaceRec->fFontID, fScaleX, fScaleY, err));
877 fFaceRec->fFontID, fScaleX, fScaleY, err));
886 fFaceRec->fFontID, fScaleX, fScaleY, err));
920 fFaceRec->fFontID, fScaleX, fScaleY, err));
    [all...]
SkFontHost_android.cpp 417 SkFontID fFontID;
590 SkDEBUGF(("new fallback font: %d, in \"%s\"", fallbackRec.fFontID,
637 SkFontID fontID = defaultList->fList[fontIdx].fFontID;
778 fallbackRec.fFontID = tf->uniqueID();
808 if (currentFallbackList->fList[i].fFontID == fontId) {
    [all...]
SkFontHost_FONTPATH.cpp 318 newRec->fFontID = get_id(*face);
SkFontHost_win.cpp 632 GetLogFontByID(fRec.fFontID, &lf);
658 ensure_typeface_accessible(fRec.fFontID);
719 ensure_typeface_accessible(fRec.fFontID);
820 ensure_typeface_accessible(fRec.fFontID);
905 ensure_typeface_accessible(fRec.fFontID);
    [all...]
SkFontHost_mac_coretext.cpp 648 CTFontRef ctFont = GetFontRefFromFontID(fRec.fFontID);
    [all...]
SkFontHost_win_dw.cpp 722 fTypeface.reset(GetDWriteFontByID(fRec.fFontID));
    [all...]
  /external/skia/legacy/include/core/
SkScalerContext.h 210 uint32_t fFontID;
  /external/skia/src/core/
SkScalerContext.h 34 uint32_t fFontID;
SkScalerContext.cpp 128 uint32_t newFontID = SkFontHost::NextLogicalFont(rec.fFontID, rec.fOrigFontID);
142 newRec->fFontID = newFontID;
207 return ctx->fRec.fFontID;
SkPaint.cpp     [all...]
  /external/skia/legacy/src/core/
SkScalerContext.cpp 125 uint32_t newFontID = SkFontHost::NextLogicalFont(rec.fFontID, rec.fOrigFontID);
139 newRec->fFontID = newFontID;
204 return ctx->fRec.fFontID;
SkPaint.cpp     [all...]

Completed in 68 milliseconds