Searched refs:ANPTypeface (Results 1 – 4 of 4) sorted by relevance
/external/webkit/WebKit/android/plugins/ |
D | ANPTypefaceInterface.cpp | 31 static ANPTypeface* anp_createFromName(const char name[], ANPTypefaceStyle s) { in anp_createFromName() 34 return reinterpret_cast<ANPTypeface*>(tf); in anp_createFromName() 37 static ANPTypeface* anp_createFromTypeface(const ANPTypeface* family, in anp_createFromTypeface() 41 return reinterpret_cast<ANPTypeface*>(tf); in anp_createFromTypeface() 44 static int32_t anp_getRefCount(const ANPTypeface* tf) { in anp_getRefCount() 48 static void anp_ref(ANPTypeface* tf) { in anp_ref() 52 static void anp_unref(ANPTypeface* tf) { in anp_unref() 56 static ANPTypefaceStyle anp_getStyle(const ANPTypeface* tf) { in anp_getStyle() 61 static int32_t anp_getFontPath(const ANPTypeface* tf, char fileName[], in anp_getFontPath()
|
D | android_npapi.h | 90 struct ANPTypeface; 448 ANPTypeface* (*createFromName)(const char name[], ANPTypefaceStyle); 460 ANPTypeface* (*createFromTypeface)(const ANPTypeface* family, 467 int32_t (*getRefCount)(const ANPTypeface*); 471 void (*ref)(ANPTypeface*); 476 void (*unref)(ANPTypeface*); 480 ANPTypefaceStyle (*getStyle)(const ANPTypeface*); 508 int32_t (*getFontPath)(const ANPTypeface*, char path[], int32_t length, 561 ANPTypeface* (*getTypeface)(const ANPPaint*); 567 void (*setTypeface)(ANPPaint*, ANPTypeface*);
|
D | ANPPaintInterface.cpp | 115 static ANPTypeface* anp_getTypeface(const ANPPaint* paint) { in anp_getTypeface() 116 return reinterpret_cast<ANPTypeface*>(paint->getTypeface()); in anp_getTypeface() 139 static void anp_setTypeface(ANPPaint* paint, ANPTypeface* tf) { in anp_setTypeface()
|
D | SkANP.h | 45 struct ANPTypeface : SkTypeface { struct
|