HomeSort by relevance Sort by last modified time
    Searched defs:lockColors (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkColorTable.h 63 lockColors()/{set the values}/unlockColors(true).
72 SkPMColor* lockColors() {
76 /** Balancing call to lockColors(). If the colors have been changed, pass true.
80 /** Similar to lockColors(), lock16BitCache() returns the array of
83 Also, unlike lockColors(), the returned array here cannot be modified.
SkBitmap.h 733 /** Initialize with no bitmap. Call lockColors(bitmap) to lock bitmap's
741 fColors = fCTable ? fCTable->lockColors() : NULL;
747 fColors = ctable ? ctable->lockColors() : NULL;
763 const SkPMColor* lockColors(SkColorTable* ctable) {
768 fColors = ctable ? ctable->lockColors() : NULL;
772 const SkPMColor* lockColors(const SkBitmap& bm) {
773 return this->lockColors(bm.getColorTable());
  /external/skia/include/core/
SkColorTable.h 63 lockColors()/{set the values}/unlockColors(true).
72 SkPMColor* lockColors() {
76 /** Balancing call to lockColors(). If the colors have been changed, pass true.
80 /** Similar to lockColors(), lock16BitCache() returns the array of
83 Also, unlike lockColors(), the returned array here cannot be modified.
SkBitmap.h 733 /** Initialize with no bitmap. Call lockColors(bitmap) to lock bitmap's
741 fColors = fCTable ? fCTable->lockColors() : NULL;
747 fColors = ctable ? ctable->lockColors() : NULL;
763 const SkPMColor* lockColors(SkColorTable* ctable) {
768 fColors = ctable ? ctable->lockColors() : NULL;
772 const SkPMColor* lockColors(const SkBitmap& bm) {
773 return this->lockColors(bm.getColorTable());

Completed in 75 milliseconds