OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fproxy
(Results
1 - 12
of
12
) sorted by null
/external/skia/src/fonts/
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
...]
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
...]
SkGScalerContext.h
19
SkTypeface* proxy() const { return
fProxy
; }
45
SkTypeface*
fProxy
;
SkFontMgr_indirect.cpp
51
SkFontIdentity id = fOwner->
fProxy
->matchIndexStyle(fFamilyIndex, pattern);
64
self->fFamilyNames.reset(self->
fProxy
->getFamilyNames());
82
SkRemotableFontIdentitySet* set =
fProxy
->getIndex(index);
90
return new SkStyleSet_Indirect(this, -1,
fProxy
->matchName(familyName));
133
SkAutoTDelete<SkStreamAsset> stream(
fProxy
->getData(id.fDataId));
154
SkFontIdentity id =
fProxy
->matchNameStyle(familyName, fontStyle);
163
SkFontIdentity id =
fProxy
->matchNameStyleCharacter(familyName, style, bcp47,
204
SkFontIdentity fontId = this->
fProxy
->matchIndexStyle(0, style);
SkRandomScalerContext.h
24
SkTypeface* proxy() const { return
fProxy
; }
50
SkTypeface*
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
;
SkBlitter.cpp
587
Sk3DShader(SkShader* proxy) :
fProxy
(proxy) {
592
SkSafeUnref(
fProxy
);
597
if (
fProxy
) {
598
size +=
fProxy
->contextSize(rec);
605
if (
fProxy
) {
607
proxyContext =
fProxy
->createContext(rec, proxyContextStorage);
715
if (
fProxy
) {
717
fProxy
->toString(str);
730
buffer.writeFlattenable(
fProxy
);
734
SkShader*
fProxy
;
[
all
...]
SkSpecialSurface.cpp
49
,
fProxy
(proxy) {
SkSpecialImage.cpp
82
SkASSERT(
fProxy
);
83
return
fProxy
;
/external/skia/include/ports/
SkFontMgr_indirect.h
31
: fImpl(SkRef(impl)),
fProxy
(SkRef(proxy)), fFamilyNamesInited(false)
64
SkAutoTUnref<SkRemotableFontMgr>
fProxy
;
/external/v8/src/parsing/
parser.cc
4676
VariableProxy*
fproxy
= factory()->NewVariableProxy(fvar);
local
[
all
...]
Completed in 159 milliseconds