Searched refs:isRGB (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/utils/
H A DSkTextureCompressor_ASTC.cpp414 // Helper function that decodes two colors from eight values. If isRGB is true,
416 // 0xFF. If isRGB is false, then all eight values come from the pointer 'v'. This
420 static inline void decode_rgba_direct(const int *v, SkColor *endpoints, bool isRGB) { argument
424 if (!isRGB) {
441 // Helper function that decodes two colors from six values. If isRGB is true,
443 // 0xFF. If isRGB is false, then all six values come from the pointer 'v'. This
447 static inline void decode_rgba_basescale(const int *v, SkColor *endpoints, bool isRGB) { argument
451 if (!isRGB) {
463 // Helper function that decodes two colors from eight values. If isRGB is true,
465 // 0xFF. If isRGB i
471 decode_rgba_baseoffset(const int *v, SkColor *endpoints, bool isRGB) argument
[all...]
/external/libpng/contrib/libtests/
H A Dpngstest.c162 isRGB(int fixed_linear) function
175 return isRGB(component);
1648 out->r = isRGB(in->r);
1658 out->b = isRGB(in->b);
1663 out->g = isRGB(in->g);
1672 out->b = isRGB(in->b);
1821 out->r = out->g = out->b = isRGB(in->g);
1848 out->r = isRGB(in->r);
1849 out->g = isRGB(in->g);
1850 out->b = isRGB(i
[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 233 milliseconds