Searched defs:genID (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkYUVPlanesCache.cpp | 76 SkCachedData* SkYUVPlanesCache::FindAndRef(uint32_t genID, in FindAndRef() argument 89 void SkYUVPlanesCache::Add(uint32_t genID, SkCachedData* data, const SkYUVAPixmaps& pixmaps, in Add() argument
|
H A D | SkPixelRef.cpp | 114 void SkPixelRef::setImmutableWithID(uint32_t genID) { in setImmutableWithID() argument
|
H A D | SkPath.cpp | 351 uint32_t genID = fPathRef->genID(); in getGenerationID() local
|
/third_party/skia/tests/ |
H A D | YUVCacheTest.cpp | 44 const uint32_t genID = 12345678; in DEF_TEST() local
|
/third_party/skia/experimental/xform/ |
H A D | SkXform.h | 44 GenID genID() const { return fGenID; } in genID() function in Xform
|
/third_party/skia/src/gpu/v1/ |
H A D | StencilMaskHelper.cpp | 351 bool StencilMaskHelper::init(const SkIRect& bounds, uint32_t genID, in init() argument
|
H A D | ClipStack.h | 181 uint32_t genID() const { return fGenID; } in genID() function in skgpu::v1::final::Mask
|
H A D | ClipStack.cpp | 811 uint32_t ClipStack::SaveRecord::genID() const { in genID() function in skgpu::v1::ClipStack::SaveRecord 371 render_stencil_mask(GrRecordingContext* rContext, skgpu::v1::SurfaceDrawContext* sdc, uint32_t genID, const SkIRect& bounds, const skgpu::v1::ClipStack::Element** elements, int count, GrAppliedClip* out) render_stencil_mask() argument [all...] |
Completed in 12 milliseconds