OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fProxy
(Results
1 - 8
of
8
) sorted by null
/external/skia/src/fonts/
SkGScalerContext.h
19
SkTypeface* proxy() const { return
fProxy
; }
45
SkTypeface*
fProxy
;
SkRandomScalerContext.h
24
SkTypeface* proxy() const { return
fProxy
; }
50
SkTypeface*
fProxy
;
SkGScalerContext.cpp
29
SkScalerContext*
fProxy
;
60
fProxy
= face->proxy()->createScalerContext(newDesc);
66
SkGScalerContext::~SkGScalerContext() { delete
fProxy
; }
69
return
fProxy
->getGlyphCount();
73
return
fProxy
->charToGlyphID(uni);
77
fProxy
->getAdvance(glyph);
87
fProxy
->getMetrics(glyph);
96
fProxy
->getPath(*glyph, &path);
116
fProxy
->getPath(glyph, &path);
129
fProxy
->getImage(glyph)
[
all
...]
SkRandomScalerContext.cpp
30
SkScalerContext*
fProxy
;
43
fProxy
= face->proxy()->createScalerContext(desc);
46
SkRandomScalerContext::~SkRandomScalerContext() { delete
fProxy
; }
49
return
fProxy
->getGlyphCount();
53
return
fProxy
->charToGlyphID(uni);
57
fProxy
->getAdvance(glyph);
79
fProxy
->getMetrics(glyph);
87
fProxy
->getPath(*glyph, &path);
157
fProxy
->getPath(glyph, &path);
169
fProxy
->forceGenerateImageFromPath()
[
all
...]
/external/skia/include/ports/
SkFontMgr_indirect.h
31
: fImpl(SkRef(impl)),
fProxy
(SkRef(proxy)), fFamilyNamesInited(false)
64
SkAutoTUnref<SkRemotableFontMgr>
fProxy
;
/external/skia/src/core/
SkSpecialImage.h
80
,
fProxy
(proxy) {
106
SkImageFilter::Proxy* proxy() const { return
fProxy
; }
113
SkImageFilter::Proxy*
fProxy
;
SkSpecialSurface.h
93
SkImageFilter::Proxy* proxy() const { return
fProxy
; }
100
SkImageFilter::Proxy*
fProxy
;
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar
Completed in 156 milliseconds