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

  /external/skia/tools/
colorspaceinfo.cpp 227 //------------------------------------ CLUT visualizations ----------------------------------------
228 static void dump_clut(const SkColorLookUpTable& clut) {
229 SkDebugf("CLUT: ");
230 for (int i = 0; i < clut.inputChannels(); ++i) {
231 SkDebugf("[%d]", clut.gridPoints(i));
233 SkDebugf(" -> [%d]\n", clut.outputChannels());
239 static inline int usedGridPoints(const SkColorLookUpTable& clut, int dimension) {
240 const int gp = clut.gridPoints(dimension);
245 static inline int cut_rows(const SkColorLookUpTable& clut, int dimOrder[4]) {
247 return clut.inputChannels() >= 4 ? usedGridPoints(clut, dimOrder[3]) : 1
602 const SkColorLookUpTable& clut = e.colorLUT(); local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
IconLoader.java 66 // CLUT entry size, {Red, Green, Black}
161 byte [] clut = ((byte[]) ar.result);
163 false, clut);
286 * @param clut coulor lookup table
290 boolean transparency, byte[] clut) {
298 clut[numOfClutEntries - 1] = Color.TRANSPARENT;
319 pixels[pixelIndex++] = Color.rgb(clut[clutIndex],
320 clut[clutIndex + 1], clut[clutIndex + 2]);
  /external/skia/src/core/
SkColorSpaceXform_A2B.cpp 187 SkCSXformPrintf("CLUT (%d -> %d) stage added\n", e.colorLUT().inputChannels(),
190 sk_sp<const SkColorLookUpTable> clut; member in struct:CallbackCtx
191 // clut->interp() can't always safely alias its arguments,
196 cb->clut = sk_ref_sp(&e.colorLUT());
202 c->clut->interp(c->results+4*i, c->rgba+4*i);
206 c->results[4*i+3] = (3 == c->clut->inputChannels()) ? c->rgba[4*i+3] : 1.0f;
  /external/pdfium/core/fxge/dib/
fx_dib_convert.cpp 32 int _Partition(uint32_t* alut, uint32_t* clut, int l, int r) {
34 uint32_t p_c = clut[l];
41 clut[l++] = clut[r];
48 clut[r--] = clut[l];
52 clut[l] = p_c;
56 void _Qsort(uint32_t* alut, uint32_t* clut, int l, int r) {
58 int pI = _Partition(alut, clut, l, r);
59 _Qsort(alut, clut, l, pI - 1)
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmslut.c 548 // Allocates a 16-bit multidimensional CLUT. This is evaluated at 16-bit precision. Table may have different
756 _cmsStageCLutData* clut; local
760 clut = (_cmsStageCLutData*) mpe->Data;
762 if (clut == NULL) return FALSE;
764 nSamples = clut->Params ->nSamples;
765 nInputs = clut->Params ->nInputs;
766 nOutputs = clut->Params ->nOutputs;
789 if (clut ->Tab.T != NULL) {
791 Out[t] = clut->Tab.T[index + t];
799 if (clut ->Tab.T != NULL)
818 _cmsStageCLutData* clut = (_cmsStageCLutData*) mpe->Data; local
    [all...]
cmstypes.c 1845 _cmsStageCLutData* clut = NULL; local
2133 _cmsStageCLutData* clut = NULL; local
4299 _cmsStageCLutData* clut; local
4347 _cmsStageCLutData* clut = (_cmsStageCLutData*) mpe ->Data; local
    [all...]
  /external/swiftshader/src/Renderer/
Surface.hpp 393 dword clut; member in struct:sw::Surface::DXT5
Surface.cpp     [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Image.h 721 // Apply a color lookup table (CLUT) to the image.
722 void clut(const Image &clutImage_,const PixelInterpolateMethod method);
    [all...]
  /external/ImageMagick/Magick++/lib/
Image.cpp 2290 void Magick::Image::clut(const Image &clutImage_, function in class:Magick::Image
    [all...]
  /external/ImageMagick/www/api/
magick-image.php     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 

Completed in 237 milliseconds