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

  /external/chromium_org/third_party/skia/include/core/
SkColorTable.h 65 /** Similar to lockColors(), lock16BitCache() returns the array of
70 const uint16_t* lock16BitCache();
71 /** Balancing call to lock16BitCache().
  /external/skia/include/core/
SkColorTable.h 65 /** Similar to lockColors(), lock16BitCache() returns the array of
70 const uint16_t* lock16BitCache();
71 /** Balancing call to lock16BitCache().
  /external/chromium_org/third_party/skia/src/core/
SkColorTable.cpp 75 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_procs.h 283 #define PREAMBLE(state) const uint16_t* SK_RESTRICT table = state.fBitmap->getColorTable()->lock16BitCache()
  /external/skia/src/core/
SkColorTable.cpp 75 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_procs.h 283 #define PREAMBLE(state) const uint16_t* SK_RESTRICT table = state.fBitmap->getColorTable()->lock16BitCache()
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_opts_arm.cpp 33 const uint16_t* SK_RESTRICT table = s.fBitmap->getColorTable()->lock16BitCache();
SkBitmapProcState_opts_mips_dsp.cpp 21 const uint16_t* SK_RESTRICT table = s.fBitmap->getColorTable()->lock16BitCache();
  /external/skia/src/opts/
SkBitmapProcState_opts_arm.cpp 32 const uint16_t* SK_RESTRICT table = s.fBitmap->getColorTable()->lock16BitCache();

Completed in 842 milliseconds