OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pictInfo
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/
GrLayerCache.cpp
204
GrPictureInfo*
pictInfo
= fPictureHash.find(layer->pictureID());
205
if (nullptr ==
pictInfo
) {
206
pictInfo
= new GrPictureInfo(layer->pictureID());
207
fPictureHash.add(
pictInfo
);
212
GrLayerAtlas::Plot* plot = fAtlas->addToAtlas(&
pictInfo
->fPlotUsage,
219
pictInfo
->incPlotUsage(plot->id());
239
if (
pictInfo
->fPlotUsage.isEmpty()) {
240
fPictureHash.remove(
pictInfo
->fPictureID);
241
delete
pictInfo
;
291
GrPictureInfo*
pictInfo
= fPictureHash.find(layer->pictureID())
[
all
...]
GrLayerCache.h
32
static const uint32_t& GetKey(const GrPictureInfo&
pictInfo
) { return
pictInfo
.fPictureID; }
Completed in 172 milliseconds