OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fPlotUsage
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrLayerCache.cpp
186
GrPlot* plot = fAtlas->addToAtlas(&pictInfo->
fPlotUsage
,
244
GrAtlas::RemovePlot(&pictInfo->
fPlotUsage
, layer->plot());
274
SkASSERT(!pictInfo->
fPlotUsage
.isEmpty());
286
SkASSERT(pictInfo->
fPlotUsage
.contains(layer->plot()));
378
GrAtlas::RemovePlot(&pictInfo->
fPlotUsage
, plot);
384
if (pictInfo->
fPlotUsage
.isEmpty()) {
GrTextStrike.h
74
GrAtlas::ClientPlotUsage
fPlotUsage
;
GrTextStrike.cpp
155
if (strikeToPurge != preserveStrike && strikeToPurge->
fPlotUsage
.isEmpty()) {
289
GrAtlas::RemovePlot(&
fPlotUsage
, plot);
339
GrPlot* plot = fAtlas->addToAtlas(&
fPlotUsage
, glyph->width(),
GrLayerCache.h
38
GrAtlas::ClientPlotUsage
fPlotUsage
;
Completed in 43 milliseconds