HomeSort by relevance Sort by last modified time
    Searched refs:typeface (Results 76 - 100 of 109) sorted by null

1 2 34 5

  /external/chromium_org/ui/gfx/
render_text.h 53 void SetTypeface(SkTypeface* typeface);
  /external/skia/src/pdf/
SkPDFDocument.cpp 271 SkFontID fontID = fontResources[font]->typeface()->uniqueID();
  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigInterface_android.cpp 484 // look for it in the typeface cache
758 SkTypeface* typeface; member in struct:TypefaceLookupStruct
794 retTypeface = gTypefaceTable[index].typeface;
806 key.typeface = retTypeface;
SkFontHost_mac.cpp 563 // NewFromFontRef doesn't retain the parameter, but the typeface it
610 // Clone an existing typeface
725 SkScalerContext_Mac::SkScalerContext_Mac(SkTypeface_Mac* typeface,
727 : INHERITED(typeface, desc)
735 CTFontRef ctFont = typeface->fFontRef.get();
    [all...]
SkFontHost_win_dw.cpp 732 SkScalerContext_DW::SkScalerContext_DW(DWriteFontTypeface* typeface,
734 : SkScalerContext(typeface, desc)
735 , fTypeface(SkRef(typeface))
    [all...]
SkFontHost_win.cpp 627 LogFontTypeface* typeface = reinterpret_cast<LogFontTypeface*>(rawTypeface); local
703 LOGFONT lf = typeface->fLogFont;
    [all...]
  /external/skia/src/ports/
SkFontConfigInterface_android.cpp 493 // look for it in the typeface cache
865 SkTypeface* typeface; member in struct:TypefaceLookupStruct
    [all...]
SkFontHost_mac.cpp 563 // NewFromFontRef doesn't retain the parameter, but the typeface it
610 // Clone an existing typeface
725 SkScalerContext_Mac::SkScalerContext_Mac(SkTypeface_Mac* typeface,
727 : INHERITED(typeface, desc)
735 CTFontRef ctFont = typeface->fFontRef.get();
    [all...]
SkFontHost_win_dw.cpp 732 SkScalerContext_DW::SkScalerContext_DW(DWriteFontTypeface* typeface,
734 : SkScalerContext(typeface, desc)
735 , fTypeface(SkRef(typeface))
    [all...]
SkFontHost_win.cpp 627 LogFontTypeface* typeface = reinterpret_cast<LogFontTypeface*>(rawTypeface); local
703 LOGFONT lf = typeface->fLogFont;
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 858 /*package*/ static int native_setTypeface(int native_object, int typeface) {
865 delegate.mTypeface = Typeface_Delegate.getDelegate(typeface);
867 return typeface;
    [all...]
  /external/chromium_org/third_party/skia/src/pipe/
SkGPipeWrite.cpp 57 static size_t writeTypeface(SkWriter32* writer, SkTypeface* typeface) {
58 SkASSERT(typeface);
60 typeface->serialize(&stream);
488 uint32_t id = 0; // 0 means default/null typeface
    [all...]
  /external/skia/src/pipe/
SkGPipeWrite.cpp 57 static size_t writeTypeface(SkWriter32* writer, SkTypeface* typeface) {
58 SkASSERT(typeface);
60 typeface->serialize(&stream);
488 uint32_t id = 0; // 0 means default/null typeface
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkPaint.h 592 /** Get the paint's typeface object.
594 The typeface object identifies which font to use when drawing or
595 measuring text. The typeface reference count is not affected.
596 @return the paint's typeface (or NULL)
600 /** Set or clear the typeface object.
602 Pass NULL to clear any previous typeface.
604 If a previous typeface exists, its reference count is decremented.
605 If typeface is not NULL, its reference count is incremented.
606 @param typeface May be NULL. The new typeface to be installed in th
    [all...]
  /external/skia/include/core/
SkPaint.h 592 /** Get the paint's typeface object.
594 The typeface object identifies which font to use when drawing or
595 measuring text. The typeface reference count is not affected.
596 @return the paint's typeface (or NULL)
600 /** Set or clear the typeface object.
602 Pass NULL to clear any previous typeface.
604 If a previous typeface exists, its reference count is decremented.
605 If typeface is not NULL, its reference count is incremented.
606 @param typeface May be NULL. The new typeface to be installed in th
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkScalerContext.cpp 82 SkScalerContext::SkScalerContext(SkTypeface* typeface, const SkDescriptor* desc)
86 , fTypeface(SkRef(typeface))
133 // Return the context associated with the next logical typeface, or NULL if
SkPicturePlayback.cpp 225 // needed to create typeface playback
1184 const SkTypeface* typeface = paint.getTypeface(); local
    [all...]
  /external/skia/src/core/
SkScalerContext.cpp 82 SkScalerContext::SkScalerContext(SkTypeface* typeface, const SkDescriptor* desc)
86 , fTypeface(SkRef(typeface))
133 // Return the context associated with the next logical typeface, or NULL if
SkPicturePlayback.cpp 225 // needed to create typeface playback
1184 const SkTypeface* typeface = paint.getTypeface(); local
    [all...]
  /frameworks/base/core/jni/android/graphics/
Paint.cpp 247 static SkTypeface* setTypeface(JNIEnv* env, jobject clazz, SkPaint* obj, SkTypeface* typeface) {
248 return obj->setTypeface(typeface);
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 530 milliseconds

1 2 34 5