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

1 2

  /external/skia/legacy/src/core/
SkProcSpriteBlitter.cpp 28 if fSource.getColorTable())
29 ctable = fSource.getColorTable()->lockColors();
38 if fSource.getColorTable())
39 fSource.getColorTable()->unlockColors(false);
SkSpriteBlitter_RGB16.cpp 145 #define SkSPRITE_PREAMBLE(srcBM, x, y) const SkPMColor* ctable = srcBM.getColorTable()->lockColors()
148 #define SkSPRITE_POSTAMBLE(srcBM) srcBM.getColorTable()->unlockColors(false)
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(false);
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.cpp 156 #define PREAMBLE(state) const SkPMColor* SK_RESTRICT table = state.fBitmap->getColorTable()->lockColors()
159 #define POSTAMBLE(state) state.fBitmap->getColorTable()->unlockColors(false)
171 const SkPMColor* SK_RESTRICT table = state.fBitmap->getColorTable()->lockColors()
174 #define POSTAMBLE(state) state.fBitmap->getColorTable()->unlockColors(false)
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(false)
SkBitmapSampler.cpp 219 const SkPMColor* colors = bitmap->getColorTable()->lockColors();
224 bitmap->getColorTable()->unlockColors(false);
SkBitmap.cpp 799 bm.allocPixels(this->getColorTable());
831 dst.setPixels((char*)fPixels + offset, this->getColorTable());
909 new SkColorTable(*src->getColorTable()) : NULL;
    [all...]
  /external/skia/src/core/
SkProcSpriteBlitter.cpp 28 if fSource.getColorTable())
29 ctable = fSource.getColorTable()->lockColors();
38 if fSource.getColorTable())
39 fSource.getColorTable()->unlockColors(false);
SkSpriteBlitter_RGB16.cpp 145 #define SkSPRITE_PREAMBLE(srcBM, x, y) const SkPMColor* ctable = srcBM.getColorTable()->lockColors()
148 #define SkSPRITE_POSTAMBLE(srcBM) srcBM.getColorTable()->unlockColors(false)
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(false);
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(false)
172 const SkPMColor* SK_RESTRICT table = state.fBitmap->getColorTable()->lockColors()
175 #define POSTAMBLE(state) state.fBitmap->getColorTable()->unlockColors(false)
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(false)
SkBitmapSampler.cpp 219 const SkPMColor* colors = bitmap->getColorTable()->lockColors();
224 bitmap->getColorTable()->unlockColors(false);
  /external/skia/legacy/src/opts/
SkBitmapProcState_opts_arm.cpp 28 const uint16_t* SK_RESTRICT table = s.fBitmap->getColorTable()->lock16BitCache();
103 s.fBitmap->getColorTable()->unlock16BitCache();
119 const SkPMColor* SK_RESTRICT table = s.fBitmap->getColorTable()->lockColors();
183 s.fBitmap->getColorTable()->unlockColors(false);
  /external/skia/src/opts/
SkBitmapProcState_opts_arm.cpp 28 const uint16_t* SK_RESTRICT table = s.fBitmap->getColorTable()->lock16BitCache();
103 s.fBitmap->getColorTable()->unlock16BitCache();
119 const SkPMColor* SK_RESTRICT table = s.fBitmap->getColorTable()->lockColors();
183 s.fBitmap->getColorTable()->unlockColors(false);
  /external/skia/legacy/src/images/
SkImageRef.cpp 154 *ct = fBitmap.getColorTable();
169 if (fBitmap.getColorTable()) {
170 size += fBitmap.getColorTable()->count() * sizeof(SkPMColor);
SkCreateRLEPixelRef.cpp 125 return SkNEW_ARGS(RLEPixelRef, (rlePixels, src.getColorTable()));
SkImageDecoder_libgif.cpp 148 msg, bm.width(), bm.height(), bm.getPixels(), bm.getColorTable());
  /external/skia/src/images/
SkImageRef.cpp 148 *ct = fBitmap.getColorTable();
158 if (fBitmap.getColorTable()) {
159 size += fBitmap.getColorTable()->count() * sizeof(SkPMColor);
SkImageRef_ashmem.cpp 147 SkRefCnt_SafeAssign(fCT, bitmap->getColorTable());
161 SkASSERT(fBitmap.getColorTable() == NULL);
  /frameworks/base/libs/hwui/
ResourceCache.cpp 64 SkSafeRef(bitmapResource->getColorTable());
98 SkSafeRef(bitmapResource->getColorTable());
127 SkSafeUnref(bitmapResource->getColorTable());
164 SkSafeUnref(bitmapResource->getColorTable());
  /external/skia/include/core/
SkBitmap.h 378 SkColorTable* getColorTable() const { return fColorTable; }
720 fCTable = bm.getColorTable();
753 return this->lockColors(bm.getColorTable());
  /external/skia/legacy/src/ports/
SkImageRef_ashmem.cpp 146 SkRefCnt_SafeAssign(fCT, bitmap->getColorTable());
160 SkASSERT(fBitmap.getColorTable() == NULL);
  /external/skia/legacy/include/core/
SkBitmap.h 349 SkColorTable* getColorTable() const { return fColorTable; }
770 fCTable = bm.getColorTable();
803 return this->lockColors(bm.getColorTable());
    [all...]
  /external/skia/bench/
BitmapBench.cpp 132 if (fBitmap.getColorTable()) {
133 fBitmap.getColorTable()->setIsOpaque(isOpaque);
  /frameworks/base/core/jni/android/graphics/
Bitmap.cpp 201 if (src.getColorTable() == NULL) {
451 SkColorTable* ctable = bitmap->getColorTable();
526 proc(dst, src, 1, bitmap->getColorTable());
544 SkColorTable* ctable = bitmap->getColorTable();
623 SkColorTable* ct0 = bm0->getColorTable();
624 SkColorTable* ct1 = bm1->getColorTable();
  /external/skia/tests/
BitmapCopyTest.cpp 42 SkColorTable* ctable = bitmap.getColorTable();
339 bool hasCT = subset.getColorTable() != NULL;
341 (copy.getColorTable() != NULL) == hasCT);
  /external/skia/src/gpu/
SkGr.cpp 33 SkColorTable* ctable = bitmap.getColorTable();
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageAndroid.cpp 142 SkColorTable* ctable = bm.getColorTable();

Completed in 319 milliseconds

1 2