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

  /external/skia/src/ports/
SkTypeface_win_dw.h 39 DWriteFontTypeface(const SkFontStyle& style, SkFontID fontID,
46 : SkTypeface(style, fontID, false)
80 SkFontID fontID = SkTypefaceCache::NewFontID();
81 return new DWriteFontTypeface(get_style(font), fontID, factory, fontFace, font, fontFamily,
SkFontHost_FreeType.cpp 238 SkFaceRec(SkStreamAsset* strm, uint32_t fontID);
261 SkFaceRec::SkFaceRec(SkStreamAsset* stream, uint32_t fontID)
262 : fNext(nullptr), fSkStream(stream), fRefCnt(1), fFontID(fontID)
307 const SkFontID fontID = typeface->uniqueID();
310 if (rec->fFontID == fontID) {
324 rec = new SkFaceRec(data->detachStream(), fontID);
340 SkDEBUGF(("ERROR: unable to open font '%x'\n", fontID));
    [all...]
  /external/skia/tests/
FontHostTest.cpp 174 SkFontID fontID = face->uniqueID();
175 REPORTER_ASSERT(reporter, fontID);
  /frameworks/base/media/java/android/media/
TimedText.java 186 public final int fontID;
218 * @param fontId the ID of the font.
225 public Style(int startChar, int endChar, int fontId,
230 this.fontID = fontId;
535 int fontId = -1;
553 fontId = parcel.readInt();
583 Style style = new Style(startChar, endChar, fontId, isBold,
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 1206 milliseconds