Home
last modified time | relevance | path

Searched refs:unlock16BitCache (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/opts/
DSkBitmapProcState_opts_arm.cpp114 s.fBitmap->getColorTable()->unlock16BitCache(); in SI8_D16_nofilter_DX_arm()
/external/skia/src/core/
DSkSpriteBlitter_RGB16.cpp248 #define SkSPRITE_POSTAMBLE(srcBM) srcBM.getColorTable()->unlock16BitCache()
262 #define SkSPRITE_POSTAMBLE(srcBM) srcBM.getColorTable()->unlock16BitCache();
DSkBitmapProcState.cpp279 #define POSTAMBLE(state) state.fBitmap->getColorTable()->unlock16BitCache()
/external/skia/include/core/
DSkBitmap.h683 void unlock16BitCache() { in unlock16BitCache() function