HomeSort by relevance Sort by last modified time
    Searched full:unlockcolors (Results 1 - 19 of 19) sorted by null

  /external/skia/samplecode/
SampleExtractAlpha.cpp 16 ctable->unlockColors(true);
SampleTinyBitmap.cpp 17 ctable->unlockColors(true);
SampleBlur.cpp 17 ctable->unlockColors(true);
SampleDitherBitmap.cpp 57 ctable->unlockColors(true);
  /external/skia/src/core/
SkProcSpriteBlitter.cpp 47 fSource.getColorTable()->unlockColors(false);
SkColorTable.cpp 85 void SkColorTable::unlockColors(bool changed)
SkBitmapProcState.cpp 152 #define POSTAMBLE(state) state.fBitmap->getColorTable()->unlockColors(false)
167 #define POSTAMBLE(state) state.fBitmap->getColorTable()->unlockColors(false)
333 #define POSTAMBLE(state) state.fBitmap->getColorTable()->unlockColors(false)
SkBitmapSampler.cpp 184 // call to lockColors/unlockColors
232 bitmap->getColorTable()->unlockColors(false);
SkSpriteBlitter_RGB16.cpp 156 #define SkSPRITE_POSTAMBLE(srcBM) srcBM.getColorTable()->unlockColors(false)
170 #define SkSPRITE_POSTAMBLE(srcBM) srcBM.getColorTable()->unlockColors(false);
SkBitmap.cpp     [all...]
  /external/skia/bench/
RepeatTileBench.cpp 62 ctable->unlockColors(true);
BitmapBench.cpp 66 ctable->unlockColors(true);
  /external/skia/include/core/
SkBitmap.h 658 lockColors()/{set the values}/unlockColors(true).
664 balanced by a call to unlockColors(changed?), telling the colortable if
673 void unlockColors(bool changed);
714 /** Helper class that performs the lock/unlockColors calls on a colortable.
715 The destructor will call unlockColors(false) if it has a bitmap's colortable
737 fCTable->unlockColors(false);
751 fCTable->unlockColors(false);
  /external/skia/src/gpu/
SkGr.cpp 44 ctable->unlockColors(false);
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 238 ctable->unlockColors(true);
SkImageDecoder_libpng.cpp 621 colorTable->unlockColors(true);
    [all...]
  /frameworks/base/core/jni/android/graphics/
Bitmap.cpp 174 ctable->unlockColors(false);
187 ctable->unlockColors(false);
437 ctable->unlockColors(false);
  /external/skia/src/opts/
SkBitmapProcState_opts_arm.cpp 194 s.fBitmap->getColorTable()->unlockColors(false);
  /frameworks/base/core/jni/android/opengl/
util.cpp 678 ctable->unlockColors(false);

Completed in 515 milliseconds