Searched defs:lockColors (Results 1 - 1 of 1) sorted by relevance

/external/skia/include/core/
H A DSkBitmap.h682 lockColors()/{set the values}/unlockColors(true).
691 SkPMColor* lockColors() { function in class:SkColorTable
695 /** Balancing call to lockColors(). If the colors have been changed, pass true.
699 /** Similar to lockColors(), lock16BitCache() returns the array of
702 Also, unlike lockColors(), the returned array here cannot be modified.
749 /** Initialize with no bitmap. Call lockColors(bitmap) to lock bitmap's
757 fColors = fCTable ? fCTable->lockColors() : NULL;
763 fColors = ctable ? ctable->lockColors() : NULL;
779 const SkPMColor* lockColors(SkColorTable* ctable) { function in class:SkAutoLockColors
784 fColors = ctable ? ctable->lockColors()
788 const SkPMColor* lockColors(const SkBitmap& bm) { function in class:SkAutoLockColors
[all...]

Completed in 48 milliseconds