Searched defs:clut (Results 1 - 12 of 12) sorted by relevance

/external/skia/src/core/
H A DSkColorSpaceXform_A2B.cpp190 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/
H A Dfx_dib_convert.cpp32 int _Partition(uint32_t* alut, uint32_t* clut, int l, int r) { argument
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) { argument
58 int pI = _Partition(alut, clut, l, r);
59 _Qsort(alut, clut,
[all...]
/external/skia/tools/
H A Dcolorspaceinfo.cpp228 static void dump_clut(const SkColorLookUpTable& clut) { argument
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) { argument
240 const int gp = clut.gridPoints(dimension);
245 static inline int cut_rows(const SkColorLookUpTable& clut, int dimOrder[4]) { argument
247 return clut.inputChannels() >= 4 ? usedGridPoints(clut, dimOrder[3]) : 1;
251 static inline int cut_cols(const SkColorLookUpTable& clut, in argument
257 cut_size(const SkColorLookUpTable& clut, int dimOrder[4]) argument
267 draw_clut(SkCanvas* canvas, const SkColorLookUpTable& clut, int dimOrder[4]) argument
602 const SkColorLookUpTable& clut = e.colorLUT(); local
[all...]
/external/swiftshader/src/Renderer/
H A DSurface.hpp393 dword clut; member in struct:sw::Surface::DXT5
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmslut.c756 _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) {
801 clut
818 _cmsStageCLutData* clut = (_cmsStageCLutData*) mpe->Data; local
[all...]
H A Dcmstypes.c1835 // We only allow a specific MPE structure: Matrix plus prelin, plus clut, plus post-lin.
1845 _cmsStageCLutData* clut = NULL; local
1862 clut = (_cmsStageCLutData*) mpe -> Data;
1878 if (clut == NULL)
1881 clutPoints = clut->Params->nSamples[0];
1923 if (clut != NULL) {
1927 val = (cmsUInt8Number) FROM_16_TO_8(clut ->Tab.T[j]);
2122 // We only allow some specific MPE structures: Matrix plus prelin, plus clut, plus post-lin.
2133 _cmsStageCLutData* clut = NULL; local
2151 clut
4299 _cmsStageCLutData* clut; local
4347 _cmsStageCLutData* clut = (_cmsStageCLutData*) mpe ->Data; local
[all...]
/external/ImageMagick/Magick++/lib/
H A DImage.cpp2290 void Magick::Image::clut(const Image &clutImage_, function in class:Magick::Image
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 3019 milliseconds