HomeSort by relevance Sort by last modified time
    Searched refs:getColorTable (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/third_party/skia/src/core/
SkProcSpriteBlitter.cpp 28 if fSource.getColorTable())
29 ctable = fSource.getColorTable()->lockColors();
38 if fSource.getColorTable())
39 fSource.getColorTable()->unlockColors();
SkSpriteBlitter_RGB16.cpp 145 #define SkSPRITE_PREAMBLE(srcBM, x, y) const SkPMColor* ctable = srcBM.getColorTable()->lockColors()
148 #define SkSPRITE_POSTAMBLE(srcBM) srcBM.getColorTable()->unlockColors()
159 #define SkSPRITE_PREAMBLE(srcBM, x, y) const SkPMColor* ctable = srcBM.getColorTable()->lockColors(); unsigned src_scale = SkAlpha255To256(fSrcAlpha);
162 #define SkSPRITE_POSTAMBLE(srcBM) srcBM.getColorTable()->unlockColors();
237 #define SkSPRITE_PREAMBLE(srcBM, x, y) const uint16_t* ctable = srcBM.getColorTable()->lock16BitCache()
240 #define SkSPRITE_POSTAMBLE(srcBM) srcBM.getColorTable()->unlock16BitCache()
251 #define SkSPRITE_PREAMBLE(srcBM, x, y) const uint16_t* ctable = srcBM.getColorTable()->lock16BitCache(); unsigned src_scale = SkAlpha255To256(fSrcAlpha);
254 #define SkSPRITE_POSTAMBLE(srcBM) srcBM.getColorTable()->unlock16BitCache();
SkBitmapProcState_procs.h 157 #define PREAMBLE(state) const SkPMColor* SK_RESTRICT table = state.fBitmap->getColorTable()->lockColors()
160 #define POSTAMBLE(state) state.fBitmap->getColorTable()->unlockColors()
172 const SkPMColor* SK_RESTRICT table = state.fBitmap->getColorTable()->lockColors()
175 #define POSTAMBLE(state) state.fBitmap->getColorTable()->unlockColors()
283 #define PREAMBLE(state) const uint16_t* SK_RESTRICT table = state.fBitmap->getColorTable()->lock16BitCache()
286 #define POSTAMBLE(state) state.fBitmap->getColorTable()->unlock16BitCache()
338 #define PREAMBLE(state) const SkPMColor* SK_RESTRICT table = state.fBitmap->getColorTable()->lockColors()
340 #define POSTAMBLE(state) state.fBitmap->getColorTable()->unlockColors()
SkBitmap.cpp 595 for (int i = bm.getColorTable()->count() - 1; i >= 0; --i) {
883 this->getColorTable());
943 ctable.reset(SkNEW_ARGS(SkColorTable, (*src->getColorTable())));
    [all...]
SkBitmapProcShader.cpp 106 if (!bm.getColorTable()) {
  /external/skia/src/core/
SkProcSpriteBlitter.cpp 28 if fSource.getColorTable())
29 ctable = fSource.getColorTable()->lockColors();
38 if fSource.getColorTable())
39 fSource.getColorTable()->unlockColors();
SkSpriteBlitter_RGB16.cpp 145 #define SkSPRITE_PREAMBLE(srcBM, x, y) const SkPMColor* ctable = srcBM.getColorTable()->lockColors()
148 #define SkSPRITE_POSTAMBLE(srcBM) srcBM.getColorTable()->unlockColors()
159 #define SkSPRITE_PREAMBLE(srcBM, x, y) const SkPMColor* ctable = srcBM.getColorTable()->lockColors(); unsigned src_scale = SkAlpha255To256(fSrcAlpha);
162 #define SkSPRITE_POSTAMBLE(srcBM) srcBM.getColorTable()->unlockColors();
237 #define SkSPRITE_PREAMBLE(srcBM, x, y) const uint16_t* ctable = srcBM.getColorTable()->lock16BitCache()
240 #define SkSPRITE_POSTAMBLE(srcBM) srcBM.getColorTable()->unlock16BitCache()
251 #define SkSPRITE_PREAMBLE(srcBM, x, y) const uint16_t* ctable = srcBM.getColorTable()->lock16BitCache(); unsigned src_scale = SkAlpha255To256(fSrcAlpha);
254 #define SkSPRITE_POSTAMBLE(srcBM) srcBM.getColorTable()->unlock16BitCache();
SkBitmapProcState_procs.h 157 #define PREAMBLE(state) const SkPMColor* SK_RESTRICT table = state.fBitmap->getColorTable()->lockColors()
160 #define POSTAMBLE(state) state.fBitmap->getColorTable()->unlockColors()
172 const SkPMColor* SK_RESTRICT table = state.fBitmap->getColorTable()->lockColors()
175 #define POSTAMBLE(state) state.fBitmap->getColorTable()->unlockColors()
283 #define PREAMBLE(state) const uint16_t* SK_RESTRICT table = state.fBitmap->getColorTable()->lock16BitCache()
286 #define POSTAMBLE(state) state.fBitmap->getColorTable()->unlock16BitCache()
338 #define PREAMBLE(state) const SkPMColor* SK_RESTRICT table = state.fBitmap->getColorTable()->lockColors()
340 #define POSTAMBLE(state) state.fBitmap->getColorTable()->unlockColors()
SkBitmap.cpp 659 for (int i = bm.getColorTable()->count() - 1; i >= 0; --i) {
959 ctable.reset(SkNEW_ARGS(SkColorTable, (*src->getColorTable())));
    [all...]
SkBitmapProcShader.cpp 93 if (!bm.getColorTable()) {
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_opts_arm.cpp 33 const uint16_t* SK_RESTRICT table = s.fBitmap->getColorTable()->lock16BitCache();
108 s.fBitmap->getColorTable()->unlock16BitCache();
124 const SkPMColor* SK_RESTRICT table = s.fBitmap->getColorTable()->lockColors();
188 s.fBitmap->getColorTable()->unlockColors();
SkBitmapProcState_opts_mips_dsp.cpp 21 const uint16_t* SK_RESTRICT table = s.fBitmap->getColorTable()->lock16BitCache();
145 s.fBitmap->getColorTable()->unlock16BitCache();
154 const SkPMColor* SK_RESTRICT table = s.fBitmap->getColorTable()->lockColors();
366 s.fBitmap->getColorTable()->unlockColors();
  /external/skia/src/opts/
SkBitmapProcState_opts_arm.cpp 32 const uint16_t* SK_RESTRICT table = s.fBitmap->getColorTable()->lock16BitCache();
107 s.fBitmap->getColorTable()->unlock16BitCache();
123 const SkPMColor* SK_RESTRICT table = s.fBitmap->getColorTable()->lockColors();
187 s.fBitmap->getColorTable()->unlockColors();
  /external/chromium_org/third_party/skia/include/core/
SkBitmap.h 459 SkColorTable* getColorTable() const { return fColorTable; }
    [all...]
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libgif.cpp 159 bm.getColorTable());
167 bm.getColorTable());
198 SkColorTable* ct = bm->getColorTable(); // Index8 must have it.
SkDecodingImageGenerator.cpp 195 SkColorTable* ctable = bitmap.getColorTable();
SkImageDecoder_libpng.cpp     [all...]
  /external/skia/include/core/
SkBitmap.h 496 SkColorTable* getColorTable() const { return fColorTable; }
    [all...]
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 159 bm.getColorTable());
168 bm.getColorTable());
199 SkColorTable* ct = bm->getColorTable(); // Index8 must have it.
SkDecodingImageGenerator.cpp 200 SkColorTable* ctable = bitmap.getColorTable();
  /frameworks/base/core/jni/android/graphics/
Bitmap.cpp 289 if (src.getColorTable() == NULL) {
650 SkColorTable* ctable = bitmap->getColorTable();
729 proc(dst, src, 1, bitmap->getColorTable());
748 SkColorTable* ctable = bitmap->getColorTable();
834 SkColorTable* ct0 = bm0->getColorTable();
835 SkColorTable* ct1 = bm1->getColorTable();
    [all...]
NinePatchImpl.cpp 53 SkColorTable* ctable = bitmap.getColorTable();
  /external/chromium_org/third_party/skia/tests/
BitmapCopyTest.cpp 56 if (bitmap.getColorTable()) {
257 bool hasCT = subset.getColorTable() != NULL;
258 REPORTER_ASSERT(reporter, (copy.getColorTable() != NULL) == hasCT);
  /external/skia/tests/
BitmapCopyTest.cpp 56 if (bitmap.getColorTable()) {
257 bool hasCT = subset.getColorTable() != NULL;
258 REPORTER_ASSERT(reporter, (copy.getColorTable() != NULL) == hasCT);
  /external/skia/src/gpu/
SkGr.cpp 44 SkColorTable* ctable = bitmap.getColorTable();

Completed in 3617 milliseconds

1 2