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

  /external/skia/src/core/
SkColorTable.cpp 104 const uint16_t* SkColorTable::lock16BitCache()
SkSpriteBlitter_RGB16.cpp 237 #define SkSPRITE_PREAMBLE(srcBM, x, y) const uint16_t* ctable = srcBM.getColorTable()->lock16BitCache()
251 #define SkSPRITE_PREAMBLE(srcBM, x, y) const uint16_t* ctable = srcBM.getColorTable()->lock16BitCache(); unsigned src_scale = SkAlpha255To256(fSrcAlpha);
SkBitmapProcState.cpp 283 #define PREAMBLE(state) const uint16_t* SK_RESTRICT table = state.fBitmap->getColorTable()->lock16BitCache()
  /external/skia/src/opts/
SkBitmapProcState_opts_arm.cpp 28 const uint16_t* SK_RESTRICT table = s.fBitmap->getColorTable()->lock16BitCache();
  /external/skia/include/core/
SkBitmap.h 699 /** Similar to lockColors(), lock16BitCache() returns the array of
704 const uint16_t* lock16BitCache();
705 /** Balancing call to lock16BitCache().
    [all...]

Completed in 2098 milliseconds