Home
last modified time | relevance | path

Searched refs:fGenID (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/core/
DSkBitmapCache.cpp88 : fGenID(genID) in BitmapKey()
93 this->init(&gBitmapKeyNamespaceLabel, SkMakeResourceCacheSharedIDForBitmap(fGenID), in BitmapKey()
94 sizeof(fGenID) + sizeof(fWidth) + sizeof(fHeight) + sizeof(fBounds)); in BitmapKey()
98 : fGenID(desc.fImageID) in BitmapKey()
103 this->init(&gBitmapKeyNamespaceLabel, SkMakeResourceCacheSharedIDForBitmap(fGenID), in BitmapKey()
104 sizeof(fGenID) + sizeof(fWidth) + sizeof(fHeight) + sizeof(fBounds)); in BitmapKey()
108 SkDebugf("-- add [%d %d] %d [%d %d %d %d]\n", fWidth, fHeight, fGenID, in dump()
112 const uint32_t fGenID; member
233 MipMapKey(uint32_t genID, const SkIRect& bounds) : fGenID(genID), fBounds(bounds) { in MipMapKey()
235 sizeof(fGenID) + sizeof(fBounds)); in MipMapKey()
[all …]
DSkYUVPlanesCache.cpp25 : fGenID(genID) in YUVPlanesKey()
31 uint32_t fGenID; member
DSkClipStack.cpp43 fGenID = that.fGenID; in Element()
165 fGenID = kEmptyGenID; in setEmpty()
173 SkASSERT(kEmptyGenID == fGenID); in checkEmpty()
298 fGenID = kWideOpenGenID; in combineBoundsUnion()
390 fGenID = GetNextGenID(); in updateBoundAndGenID()
744 ((Element*)fDeque.back())->fGenID = kEmptyGenID; in clipEmpty()
/external/skia/src/gpu/batches/
DGrAADistanceFieldPathRenderer.h41 : fGenID(0) in Key()
45 : fGenID(genID) in Key()
50 return other.fGenID == fGenID && other.fDimension == fDimension &&
55 uint32_t fGenID;
DGrAADistanceFieldPathRenderer.cpp145 uint32_t fGenID; member
249 PathData::Key key(args.fGenID, desiredDimension, args.fStroke); in onPrepareDraws()
267 args.fGenID, in onPrepareDraws()
569 geometry.fGenID = args.fPath->getGenerationID(); in onDrawPath()
646 geometry.fGenID = random->nextU(); in DRAW_BATCH_TEST_DEFINE()
/external/skia/src/pdf/
DSkPDFCanon.h23 SkBitmapKey() : fSubset(SkIRect::MakeEmpty()), fGenID(0) {} in SkBitmapKey()
25 : fSubset(bm.getSubset()), fGenID(bm.getGenerationID()) {} in SkBitmapKey()
27 return fGenID == rhs.fGenID && fSubset == rhs.fSubset;
32 uint32_t fGenID; variable
/external/skia/src/gpu/
DGrBatchAtlas.cpp21 , fGenID(genID) in BatchPlot()
22 , fID(CreateId(fIndex, fGenID)) in BatchPlot()
104 fGenID++; in resetRects()
105 fID = CreateId(fIndex, fGenID); in resetRects()
DGrBatchAtlas.h156 uint64_t genID() const { return fGenID; } in genID()
193 return new BatchPlot(fIndex, fGenID+1, fX, fY, fWidth, fHeight, fConfig); in clone()
206 uint64_t fGenID; variable
/external/skia/include/core/
DSkClipStack.h116 int32_t getGenID() const { SkASSERT(kInvalidGenID != fGenID); return fGenID; } in getGenID()
205 int fGenID; variable
233 fGenID = kInvalidGenID; in initCommon()