Searched defs:colorTable (Results 1 - 10 of 10) sorted by relevance

/external/skia/bench/
H A DCodecBench.cpp67 SkPMColor colorTable[256]; local
76 NULL, colorTable, &colorCount);
/external/skia/src/codec/
H A DSkCodecPriv.h38 static inline void copy_color_table(const SkImageInfo& dstInfo, SkColorTable* colorTable, argument
43 SkASSERT(NULL != colorTable);
44 sk_memcpy32(inputColorPtr, colorTable->readColors(), *inputColorCount);
H A DSkCodec_libgif.cpp341 SkPMColor* colorTable; local
346 colorTable = inputColorPtr;
348 colorTable = alternateColorPtr;
366 colorTable[i] = SkPackARGB32(0xFF,
389 colorTable[transIndex] = SK_ColorTRANSPARENT;
403 ((kN32_SkColorType == dstColorType && colorTable[fillIndex] == 0) ||
411 colorTable[i] = colorTable[fillIndex];
427 SkSwizzler::Fill(dst, dstInfo, dstRowBytes, height, fillIndex, colorTable);
439 SkSwizzler::kIndex, colorTable, subsetDstInf
[all...]
H A DSkSwizzler.cpp459 uint32_t numRows, uint32_t colorOrIndex, const SkPMColor* colorTable) {
471 if (NULL != colorTable) {
473 color = colorTable[colorOrIndex];
458 Fill(void* dstStartRow, const SkImageInfo& dstInfo, size_t dstRowBytes, uint32_t numRows, uint32_t colorOrIndex, const SkPMColor* colorTable) argument
H A DSkCodec_libbmp.cpp630 SkPMColor colorTable[256]; local
687 colorTable[i] = packARGB(alpha, red, green, blue);
694 colorTable[i] = SkPackARGB32NoCheck(0xFF, 0, 0, 0);
698 fColorTable.reset(SkNEW_ARGS(SkColorTable, (colorTable, maxColors)));
/external/skia/tests/
H A DSwizzlerTest.cpp22 SkPMColor* colorTable) {
40 colorTable);
73 SkPMColor colorTable[kFillIndex + 1]; local
74 colorTable[kFillIndex] = kFillColor;
115 kFillIndex, colorTable);
15 check_fill(skiatest::Reporter* r, const SkImageInfo& imageInfo, uint32_t startRow, uint32_t endRow, size_t rowBytes, uint32_t offset, uint32_t colorOrIndex, SkPMColor* colorTable) argument
/external/skia/include/core/
H A DSkPixelRef.h67 /** Return the current colorTable (if any) if pixels are locked, or null.
69 SkColorTable* colorTable() const { return fRec.fColorTable; } function in class:SkPixelRef
/external/skia/src/images/
H A DSkImageDecoder_libpng.cpp353 SkColorTable* colorTable = NULL; local
356 decodePalette(png_ptr, info_ptr, bitDepth, &hasAlpha, &reallyHasAlpha, &colorTable);
359 SkAutoUnref aur(colorTable);
362 kIndex_8_SkColorType == colorType ? colorTable : NULL)) {
407 if (colorTable != NULL) {
425 const SkPMColor* colors = colorTable ? colorTable->readColors() : NULL;
810 SkColorTable* colorTable = NULL; local
813 decodePalette(png_ptr, info_ptr, bitDepth, &hasAlpha, &reallyHasAlpha, &colorTable);
816 SkAutoUnref aur(colorTable);
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 264 milliseconds