OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANPTypeface
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebKit/android/plugins/
ANPTypefaceInterface.cpp
31
static
ANPTypeface
* anp_createFromName(const char name[], ANPTypefaceStyle s) {
34
return reinterpret_cast<
ANPTypeface
*>(tf);
37
static
ANPTypeface
* anp_createFromTypeface(const
ANPTypeface
* family,
41
return reinterpret_cast<
ANPTypeface
*>(tf);
44
static int32_t anp_getRefCount(const
ANPTypeface
* tf) {
48
static void anp_ref(
ANPTypeface
* tf) {
52
static void anp_unref(
ANPTypeface
* tf) {
56
static ANPTypefaceStyle anp_getStyle(const
ANPTypeface
* tf) {
61
static int32_t anp_getFontPath(const
ANPTypeface
* tf, char fileName[]
[
all
...]
SkANP.h
45
struct
ANPTypeface
: SkTypeface {
android_npapi.h
90
struct
ANPTypeface
;
461
ANPTypeface
* (*createFromName)(const char name[], ANPTypefaceStyle);
473
ANPTypeface
* (*createFromTypeface)(const
ANPTypeface
* family,
480
int32_t (*getRefCount)(const
ANPTypeface
*);
484
void (*ref)(
ANPTypeface
*);
489
void (*unref)(
ANPTypeface
*);
493
ANPTypefaceStyle (*getStyle)(const
ANPTypeface
*);
521
int32_t (*getFontPath)(const
ANPTypeface
*, char path[], int32_t length,
574
ANPTypeface
* (*getTypeface)(const ANPPaint*)
[
all
...]
ANPPaintInterface.cpp
115
static
ANPTypeface
* anp_getTypeface(const ANPPaint* paint) {
116
return reinterpret_cast<
ANPTypeface
*>(paint->getTypeface());
139
static void anp_setTypeface(ANPPaint* paint,
ANPTypeface
* tf) {
/frameworks/base/tests/BrowserTestPlugin/jni/event/
EventPlugin.cpp
89
ANPTypeface
* tf = gTypefaceI.createFromName("serif", kItalic_ANPTypefaceStyle);
Completed in 239 milliseconds