OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isRGB
(Results
1 - 5
of
5
) sorted by null
/system/extras/tests/bionic/libc/other/
test_jpeg.c
146
int
isRGB
;
175
isRGB
= 1;
177
isRGB
= 0; // could use Index8 config if we want...
/external/skia/src/utils/
SkTextureCompressor_ASTC.cpp
414
// 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
) {
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
) {
451
if (!
isRGB
) {
463
// Helper function that decodes two colors from eight values. If
isRGB
is true,
465
// 0xFF. If
isRGB
is false, then all eight values come from the pointer 'v'. Thi
[
all
...]
/external/libpng/contrib/libtests/
pngstest.c
162
isRGB
(int fixed_linear)
175
return
isRGB
(component);
[
all
...]
/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 269 milliseconds