OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fCache32PixelRef
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/effects/gradients/
SkGradientShaderPriv.h
135
SkMallocPixelRef* getCache32PixelRef() const { return
fCache32PixelRef
; }
146
SkMallocPixelRef*
fCache32PixelRef
;
SkGradientShader.cpp
332
fCache32PixelRef
= nullptr;
337
SkSafeUnref(
fCache32PixelRef
);
592
SkASSERT(nullptr == cache->
fCache32PixelRef
);
593
cache->
fCache32PixelRef
= SkMallocPixelRef::NewAllocate(info, 0, nullptr);
594
cache->fCache32 = (SkPMColor*)cache->
fCache32PixelRef
->getAddr();
[
all
...]
Completed in 30 milliseconds