/external/skqp/src/core/ |
D | SkYUVPlanesCache.cpp | 24 YUVPlanesKey(uint32_t genID) in YUVPlanesKey() 25 : fGenID(genID) in YUVPlanesKey() 27 this->init(&gYUVPlanesKeyNamespaceLabel, SkMakeResourceCacheSharedIDForBitmap(genID), in YUVPlanesKey() 28 sizeof(genID)); in YUVPlanesKey() 73 SkCachedData* SkYUVPlanesCache::FindAndRef(uint32_t genID, Info* info, in FindAndRef() argument 76 YUVPlanesKey key(genID); in FindAndRef() 85 void SkYUVPlanesCache::Add(uint32_t genID, SkCachedData* data, Info* info, in Add() argument 87 YUVPlanesKey key(genID); in Add()
|
D | SkYUVPlanesCache.h | 37 static SkCachedData* FindAndRef(uint32_t genID, Info* info, 43 static void Add(uint32_t genID, SkCachedData* data, Info* info,
|
D | SkPixelRef.cpp | 115 void SkPixelRef::setImmutableWithID(uint32_t genID) { in setImmutableWithID() argument 123 fTaggedGenID.store(genID); in setImmutableWithID()
|
D | SkBitmapCache.h | 37 static SkBitmapCacheDesc Make(uint32_t genID, const SkIRect& subset);
|
D | SkPathRef.cpp | 689 uint32_t SkPathRef::genID() const { in genID() function in SkPathRef
|
D | SkPath.cpp | 374 uint32_t genID = fPathRef->genID(); in getGenerationID() local 377 genID |= static_cast<uint32_t>(fFillType) << SkPathPriv::kPathRefGenIDBitCnt; in getGenerationID() 379 return genID; in getGenerationID()
|
/external/skia/src/core/ |
D | SkYUVPlanesCache.cpp | 24 YUVPlanesKey(uint32_t genID) in YUVPlanesKey() 25 : fGenID(genID) in YUVPlanesKey() 27 this->init(&gYUVPlanesKeyNamespaceLabel, SkMakeResourceCacheSharedIDForBitmap(genID), in YUVPlanesKey() 28 sizeof(genID)); in YUVPlanesKey() 73 SkCachedData* SkYUVPlanesCache::FindAndRef(uint32_t genID, Info* info, in FindAndRef() argument 76 YUVPlanesKey key(genID); in FindAndRef() 85 void SkYUVPlanesCache::Add(uint32_t genID, SkCachedData* data, Info* info, in Add() argument 87 YUVPlanesKey key(genID); in Add()
|
D | SkYUVPlanesCache.h | 37 static SkCachedData* FindAndRef(uint32_t genID, Info* info, 43 static void Add(uint32_t genID, SkCachedData* data, Info* info,
|
D | SkPixelRef.cpp | 117 void SkPixelRef::setImmutableWithID(uint32_t genID) { in setImmutableWithID() argument 125 fTaggedGenID.store(genID); in setImmutableWithID()
|
D | SkBitmapCache.h | 37 static SkBitmapCacheDesc Make(uint32_t genID, const SkIRect& subset);
|
D | SkPathRef.cpp | 463 uint32_t SkPathRef::genID() const { in genID() function in SkPathRef
|
D | SkPath.cpp | 358 uint32_t genID = fPathRef->genID(); in getGenerationID() local 361 genID |= static_cast<uint32_t>(fFillType) << SkPathPriv::kPathRefGenIDBitCnt; in getGenerationID() 363 return genID; in getGenerationID()
|
/external/skia/experimental/xform/ |
D | XContext.cpp | 114 } else if (!x->genID()) { in onPush() 120 SkASSERT(x->genID()); in onPush() 135 Xform::GenID parentID = parent ? parent->genID() : 0; in onDrawRect() 139 SkASSERT(x->genID() != parentID || (x->genID() == 0 && parentID == 0)); in onDrawRect() 140 if (x->genID() <= parentID) { // x is out of date in onDrawRect() 144 SkASSERT(x->genID() > parentID); in onDrawRect()
|
D | SkXform.h | 44 GenID genID() const { return fGenID; } in genID() function
|
/external/skia/tests/ |
D | YUVCacheTest.cpp | 47 const uint32_t genID = 12345678; in DEF_TEST() local 49 SkCachedData* data = SkYUVPlanesCache::FindAndRef(genID, &yuvInfo, &cache); in DEF_TEST() 56 SkYUVPlanesCache::Add(genID, data, &yuvInfo, &cache); in DEF_TEST() 63 data = SkYUVPlanesCache::FindAndRef(genID, &yuvInfoRead, &cache); in DEF_TEST()
|
/external/skqp/tests/ |
D | YUVCacheTest.cpp | 47 const uint32_t genID = 12345678; in DEF_TEST() local 49 SkCachedData* data = SkYUVPlanesCache::FindAndRef(genID, &yuvInfo, &cache); in DEF_TEST() 56 SkYUVPlanesCache::Add(genID, data, &yuvInfo, &cache); in DEF_TEST() 63 data = SkYUVPlanesCache::FindAndRef(genID, &yuvInfoRead, &cache); in DEF_TEST()
|
/external/skqp/src/gpu/ |
D | GrDrawOpAtlas.h | 140 return fPages[page].fPlotArray[plot]->genID() == GetGenerationFromID(id); in hasID() 270 uint64_t genID() const { return fGenID; } in genID() function 299 … Plot(int pageIndex, int plotIndex, uint64_t genID, int offX, int offY, int width, int height,
|
D | GrDrawOpAtlas.cpp | 58 GrDrawOpAtlas::Plot::Plot(int pageIndex, int plotIndex, uint64_t genID, int offX, int offY, in Plot() argument 65 , fGenID(genID) in Plot()
|
/external/skqp/include/core/ |
D | SkPixelRef.h | 123 void setImmutableWithID(uint32_t genID);
|
/external/skia/include/core/ |
D | SkPixelRef.h | 122 void setImmutableWithID(uint32_t genID);
|
/external/skia/src/gpu/ |
D | GrDrawOpAtlas.h | 178 uint64_t plotGeneration = fPages[page].fPlotArray[plot]->genID(); in hasID() 304 uint64_t genID() const { return fGenID; } in genID() function
|
/external/skia/include/private/ |
D | SkPathRef.h | 308 uint32_t genID() const;
|
/external/skqp/include/private/ |
D | SkPathRef.h | 309 uint32_t genID() const;
|
/external/skqp/docs/ |
D | SkPath_Reference.bmh | 4319 SkDebugf("empty genID = %u\n", path.getGenerationID()); 4321 SkDebugf("1st lineTo genID = %u\n", path.getGenerationID()); 4323 SkDebugf("empty genID = %u\n", path.getGenerationID()); 4325 SkDebugf("2nd lineTo genID = %u\n", path.getGenerationID()); 4327 empty genID = 1 4328 1st lineTo genID = 2 4329 empty genID = 1 4330 2nd lineTo genID = 3
|
/external/skqp/site/user/api/ |
D | SkPath_Reference.md | 4950 empty genID = 1 4951 1st lineTo genID = 2 4952 empty genID = 1 4953 2nd lineTo genID = 3
|