HomeSort by relevance Sort by last modified time
    Searched refs:gray (Results 51 - 75 of 126) sorted by null

1 23 4 5 6

  /external/libpng/contrib/gregbook/
rpng2-win.c 945 double freq, rotate, saturate, gray, intensity; local
    [all...]
  /external/chromium/chrome/browser/resources/options/
sync_setup_overlay.css 28 color: gray;
116 color: gray;
  /external/chromium_org/native_client_sdk/src/examples/demo/voronoi/
voronoi.cc 250 const uint32_t gray = MakeBGRA(128, 128, 128, 255); local
251 color = gray;
402 const uint32_t gray = MakeBGRA(192, 192, 192, 255); local
405 screen_positions_[i].x, screen_positions_[i].y, white, gray);
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/voronoi/
voronoi.cc 244 const uint32_t gray = MakeBGRA(128, 128, 128, 255); local
245 color = gray;
399 const uint32_t gray = MakeBGRA(192, 192, 192, 255); local
402 screen_positions_[i].x, screen_positions_[i].y, white, gray);
  /external/chromium_org/chrome/browser/resources/options/chromeos/
bluetooth.css 11 color: gray;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
BarGraph.java 186 Color gray= display.getSystemColor(SWT.COLOR_GRAY); local
210 gc.setBackground(gray);
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
c4_17pf.cpp 127 extern const Word16 gray[];
792 index = gray[index];
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libpng.cpp 381 // A8 is only allowed if the original was GRAY.
398 // A8 is only allowed if the original was GRAY.
557 } else { // gray
559 *theTranspColorp = SkPackARGB32(0xFF, transpColor->gray >> 8,
560 transpColor->gray >> 8,
561 transpColor->gray >> 8);
569 0xFF & (transpColor->gray),
570 0xFF & (transpColor->gray),
571 0xFF & (transpColor->gray));
871 // A8 is only allowed if the original was GRAY
    [all...]
SkScaledBitmapSampler.cpp 199 unsigned gray = src[0] >> 4; local
200 dst[x] = SkPackARGB4444(0xF, gray, gray, gray);
552 // Sampling Gray to A8 uses the same function as Index to Index8,
637 NULL, // gray to index
777 // Gray
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 386 // A8 is only allowed if the original was GRAY.
403 // A8 is only allowed if the original was GRAY.
556 } else { // gray
558 *theTranspColorp = SkPackARGB32(0xFF, transpColor->gray >> 8,
559 transpColor->gray >> 8,
560 transpColor->gray >> 8);
568 0xFF & (transpColor->gray),
569 0xFF & (transpColor->gray),
570 0xFF & (transpColor->gray));
870 // A8 is only allowed if the original was GRAY
    [all...]
SkScaledBitmapSampler.cpp 199 unsigned gray = src[0] >> 4; local
200 dst[x] = SkPackARGB4444(0xF, gray, gray, gray);
552 // Sampling Gray to A8 uses the same function as Index to Index8,
637 NULL, // gray to index
777 // Gray
  /external/chromium_org/third_party/qcms/src/
transform.c 337 uint16_t gray; local
342 gray = linear * PRECACHE_OUTPUT_MAX;
344 dest[r_out] = transform->output_table_r->data[gray];
345 dest[1] = transform->output_table_g->data[gray];
346 dest[b_out] = transform->output_table_b->data[gray];
361 uint16_t gray; local
366 gray = linear * PRECACHE_OUTPUT_MAX;
368 dest[r_out] = transform->output_table_r->data[gray];
369 dest[1] = transform->output_table_g->data[gray];
370 dest[b_out] = transform->output_table_b->data[gray];
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_locally_managed_user_creation.css 101 background-color: gray;
226 border: 1px solid gray;
245 border: 1px solid gray;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
overrides.css 109 color: gray;
profilesPanel.css 113 color: gray;
heapProfiler.css 254 color: gray;
networkLogView.css 137 color: gray;
163 color: gray;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
main.css 221 color: gray;
  /external/chromium_org/ui/webui/resources/css/
overlay.css 171 .gray-bottom-bar {
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
ImageUtils.cpp 119 ImageType gray = NULL; local
149 ImageType gray = out; local
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
ImageUtils.cpp 119 ImageType gray = NULL; local
149 ImageType gray = out; local
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
ImageUtils.cpp 119 ImageType gray = NULL; local
149 ImageType gray = out; local
  /external/chromium_org/chrome/browser/resources/
sync_setup_overlay.css 32 color: gray;
109 color: gray;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Color.h 127 static const RGBA32 gray = 0xFFA0A0A0; member in class:WebCore::Color
  /external/chromium_org/tools/resources/
optimize-png-files.sh 95 echo -n "|gray"
104 echo -n "|gray-a"
195 # 4 : gray+alpha
237 if [[ $old_color_type == "RGBA" && $new_color_type =~ gray.* ]] ; then

Completed in 571 milliseconds

1 23 4 5 6