OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fPlot
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/include/gpu/
GrGlyph.h
26
GrPlot*
fPlot
;
33
fPlot
= NULL;
/external/chromium_org/third_party/skia/src/gpu/
GrLayerCache.h
107
,
fPlot
(NULL)
132
SkASSERT(NULL == plot || NULL ==
fPlot
);
133
fPlot
= plot;
135
GrPlot* plot() { return
fPlot
; }
137
bool isAtlased() const { return SkToBool(
fPlot
); }
142
SkDEBUGCODE(const GrPlot* plot() const { return
fPlot
; })
161
// For atlased layers,
fPlot
stores the atlas plot in which the layer rests.
163
GrPlot*
fPlot
;
GrTextStrike.cpp
283
if (plot == (*iter).
fPlot
) {
284
(*iter).
fPlot
= NULL;
315
SkASSERT(NULL == glyph->
fPlot
);
347
glyph->
fPlot
= plot;
GrBitmapTextContext.cpp
448
if (true || NULL == glyph->
fPlot
) {
457
if (NULL == glyph->
fPlot
) {
508
SkASSERT(glyph->
fPlot
);
510
glyph->
fPlot
->setDrawToken(drawToken);
516
GrTexture* texture = glyph->
fPlot
->texture();
GrDistanceFieldTextContext.cpp
268
if (true || NULL == glyph->
fPlot
) {
277
if (NULL == glyph->
fPlot
) {
328
SkASSERT(glyph->
fPlot
);
330
glyph->
fPlot
->setDrawToken(drawToken);
332
GrTexture* texture = glyph->
fPlot
->texture();
GrLayerCache.cpp
29
SkASSERT(NULL ==
fPlot
);
33
if (
fPlot
) {
Completed in 131 milliseconds