Home
last modified time | relevance | path

Searched refs:unlockColors (Results 1 – 17 of 17) sorted by relevance

/external/skia/include/core/
DSkBitmap.h697 void unlockColors(bool changed);
767 fCTable->unlockColors(false); in ~SkAutoLockColors()
781 fCTable->unlockColors(false); in lockColors()
/external/skia/gm/
Dtinybitmap.cpp22 ctable->unlockColors(true); in make_bitmap()
/external/skia/src/core/
DSkProcSpriteBlitter.cpp39 fSource.getColorTable()->unlockColors(false);
DSkColorTable.cpp78 void SkColorTable::unlockColors(bool changed) in unlockColors() function in SkColorTable
DSkBitmapProcState.cpp159 #define POSTAMBLE(state) state.fBitmap->getColorTable()->unlockColors(false)
174 #define POSTAMBLE(state) state.fBitmap->getColorTable()->unlockColors(false)
340 #define POSTAMBLE(state) state.fBitmap->getColorTable()->unlockColors(false)
DSkSpriteBlitter_RGB16.cpp148 #define SkSPRITE_POSTAMBLE(srcBM) srcBM.getColorTable()->unlockColors(false)
162 #define SkSPRITE_POSTAMBLE(srcBM) srcBM.getColorTable()->unlockColors(false);
DSkBitmapSampler.cpp224 bitmap->getColorTable()->unlockColors(false); in sample()
DSkBitmap.cpp1281 ct->unlockColors(false); in GetBitmapAlpha()
/external/skia/samplecode/
DSampleTinyBitmap.cpp24 ctable->unlockColors(true); in make_bitmap()
DSampleBlur.cpp24 ctable->unlockColors(true); in make_bitmap()
DSampleDitherBitmap.cpp64 ctable->unlockColors(true); in make_bitmap()
/external/skia/src/opts/
DSkBitmapProcState_opts_arm.cpp183 s.fBitmap->getColorTable()->unlockColors(false); in SI8_opaque_D32_nofilter_DX_arm()
/external/skia/bench/
DRepeatTileBench.cpp69 ctable->unlockColors(true); in convertToIndex666()
DBitmapBench.cpp73 ctable->unlockColors(true); in convertToIndex666()
/external/skia/src/gpu/
DSkGr.cpp37 ctable->unlockColors(false); in build_compressed_data()
/external/skia/src/images/
DSkImageDecoder_libgif.cpp238 ctable->unlockColors(true); in onDecode()
DSkImageDecoder_libpng.cpp613 colorTable->unlockColors(true); in decodePalette()