OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fPlots
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrAtlas.h
82
bool isEmpty() const { return 0 ==
fPlots
.count(); }
86
return
fPlots
.contains(const_cast<GrPlot*>(plot));
91
SkTDArray<GrPlot*>
fPlots
;
GrAtlas.cpp
217
for (int i = usage->
fPlots
.count()-1; i >= 0; --i) {
218
GrPlot* plot = usage->
fPlots
[i];
250
SkASSERT(!usage->
fPlots
.contains(plot));
251
*(usage->
fPlots
.append()) = plot;
262
int index = usage->
fPlots
.find(const_cast<GrPlot*>(plot));
264
usage->
fPlots
.remove(index);
Completed in 135 milliseconds