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

  /external/skia/src/opts/
SkBitmapProcState_opts_arm.cpp 108 s.fBitmap->getColorTable()->unlock16BitCache();
  /external/skia/src/core/
SkSpriteBlitter_RGB16.cpp 248 #define SkSPRITE_POSTAMBLE(srcBM) srcBM.getColorTable()->unlock16BitCache()
262 #define SkSPRITE_POSTAMBLE(srcBM) srcBM.getColorTable()->unlock16BitCache();
SkBitmapProcState.cpp 279 #define POSTAMBLE(state) state.fBitmap->getColorTable()->unlock16BitCache()
  /external/skia/include/core/
SkBitmap.h 554 void unlock16BitCache() {

Completed in 251 milliseconds