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 SkNEW_ARGS(DWriteFontTypeface, (get_style(font), fontID,
SkFontHost_FreeType.cpp 243 SkFaceRec(SkStreamAsset* strm, uint32_t fontID);
266 SkFaceRec::SkFaceRec(SkStreamAsset* stream, uint32_t fontID)
267 : fNext(NULL), fSkStream(stream), fRefCnt(1), fFontID(fontID)
281 const SkFontID fontID = typeface->uniqueID();
284 if (rec->fFontID == fontID) {
299 rec = SkNEW_ARGS(SkFaceRec, (stream, fontID));
315 SkDEBUGF(("ERROR: unable to open font '%x'\n", fontID));
    [all...]
  /external/skia/tests/
FontHostTest.cpp 158 SkFontID fontID = face->uniqueID();
159 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 105 milliseconds