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

  /external/skia/src/codec/
SkCodecPriv.h 38 static inline void copy_color_table(const SkImageInfo& dstInfo, SkColorTable* colorTable,
43 SkASSERT(NULL != colorTable);
44 sk_memcpy32(inputColorPtr, colorTable->readColors(), *inputColorCount);
SkCodec_libgif.cpp 341 SkPMColor* colorTable;
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, subsetDstInfo
    [all...]
SkSwizzler.h 142 * @param colorTable
144 * index, and colorTable is ignored. Each 8-bit pixel will be set to (uint8_t)
148 * whether colorTable is NULL:
150 * A NULL colorTable means colorOrIndex is treated as an SkPMColor (premul or
154 * A non-NULL colorTable means colorOrIndex is treated as a uint8_t index into
155 * the colorTable. i.e. each 4-byte pixel will be set to
156 * colorTable[(uint8_t) colorOrIndex].
164 uint32_t numRows, uint32_t colorOrIndex, const SkPMColor* colorTable);
SkSwizzler.cpp 459 uint32_t numRows, uint32_t colorOrIndex, const SkPMColor* colorTable) {
471 if (NULL != colorTable) {
473 color = colorTable[colorOrIndex];
SkCodec_libbmp.cpp 630 SkPMColor colorTable[256];
687 colorTable[i] = packARGB(alpha, red, green, blue);
694 colorTable[i] = SkPackARGB32NoCheck(0xFF, 0, 0, 0);
698 fColorTable.reset(SkNEW_ARGS(SkColorTable, (colorTable, maxColors)));
    [all...]
  /external/skia/tests/
SwizzlerTest.cpp 22 SkPMColor* colorTable) {
40 colorTable);
73 SkPMColor colorTable[kFillIndex + 1];
74 colorTable[kFillIndex] = kFillColor;
115 kFillIndex, colorTable);
  /external/skia/bench/
CodecBench.cpp 67 SkPMColor colorTable[256];
76 NULL, colorTable, &colorCount);
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 353 SkColorTable* colorTable = NULL;
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) {
421 /* We have to pass the colortable explicitly, since we may have one
425 const SkPMColor* colors = colorTable ? colorTable->readColors() : NULL;
716 ensure this doesn't happen, we grow the colortable to the maximum size that can be
810 SkColorTable* colorTable = NULL
    [all...]
  /external/skia/include/core/
SkPixelRef.h 67 /** Return the current colorTable (if any) if pixels are locked, or null.
69 SkColorTable* colorTable() const { return fRec.fColorTable; }
358 * the memory for the pixels. If the ImageInfo requires a ColorTable,
359 * the pixelref will ref() the colortable.
  /external/skia/dm/
DMSrcSink.cpp 107 SkAutoTUnref<SkColorTable> colorTable(NULL);
113 colorTable.reset(SkNEW_ARGS(SkColorTable, (colors, maxColors)));
114 colorPtr = const_cast<SkPMColor*>(colorTable->readColors());
124 if (!bitmap.tryAllocPixels(decodeInfo, NULL, colorTable.get())) {
  /external/skia/src/core/
SkBitmap.cpp 167 fColorTable = fPixelRef->colorTable();
952 // we lock this now, since we may need its colortable
968 // allocate colortable if srcConfig == kIndex8_Config
    [all...]
  /frameworks/base/core/jni/android/graphics/
Bitmap.cpp 90 SkColorTable* colorTable() const { return mColorTable; }
    [all...]
  /external/skia/experimental/PdfViewer/src/
SkPdfRenderer.cpp 525 SkAutoTUnref<SkColorTable> colorTable(new SkColorTable(colors, cnt));
526 bitmap->installPixels(info, (void*)uncompressedStream, info.minRowBytes(), colorTable,
    [all...]
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/evalexception/media/
MochiKit.packed.js     [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 4482 milliseconds