HomeSort by relevance Sort by last modified time
    Searched defs:color (Results 601 - 625 of 891) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
fb.h 310 __u32 color; member in struct:fb_fillrect
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
fb.h 310 __u32 color; member in struct:fb_fillrect
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
fb.h 310 __u32 color; member in struct:fb_fillrect
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
ScreenViewer.java 12 import java.awt.Color;
247 private final Color lineColor = new Color(1.0f, 1.0f, 1.0f, 0.3f);
363 private Color color; field in class:ScreenViewer.LoupeStatus
380 label.setForeground(Color.WHITE);
386 label.setForeground(Color.WHITE);
390 label.setForeground(Color.WHITE);
396 label.setForeground(Color.WHITE);
400 label.setForeground(Color.WHITE)
    [all...]
  /system/core/libpixelflinger/include/private/pixelflinger/
ggl_context.h 110 // To maintain 8-bits color chanels, with a maximum GGLSurface
112 // for encoding the color iterators
289 uint8_t color; member in struct:android::mask_state_t
308 uint8_t color[4]; member in struct:android::fog_state_t
431 surface_t color; member in struct:android::framebuffer_t
  /developers/build/lib/
assetstudio.jar 
  /bionic/libc/kernel/uapi/linux/
fb.h 359 __u32 color; member in struct:fb_fillrect
  /development/ndk/platforms/android-21/include/linux/
fb.h 359 __u32 color; member in struct:fb_fillrect
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 118 static inline void fillWithColor (const tcu::PixelBufferAccess& access, const tcu::Vec4& color)
123 access.setPixel(color, x, y, z);
1212 const tcu::Vec4 color = vec4FromPtr(&value.val.samplerV.fillColor[0]); local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp 130 static inline void fillWithColor (const tcu::PixelBufferAccess& access, const tcu::Vec4& color)
135 access.setPixel(color, x, y, z);
1410 const tcu::Vec4 color = vec4FromPtr(&value.val.samplerV.fillColor.floatV[0]); local
    [all...]
  /external/deqp/modules/gles31/functional/
es31fGeometryShaderTests.cpp 451 const tcu::Vec4 color = rr::readVertexAttribFloat(inputs[1], packets[ndx]->instanceNdx, packets[ndx]->vertexNdx); local
462 packets[ndx]->outputs[0] = color;
466 packets[ndx]->outputs[0] = color * 0.5f;
467 packets[ndx]->outputs[1] = color.swizzle(2,1,0,3) * 0.5f;
516 // output color
553 // input color
573 // output color
966 const tcu::Vec4 color = colors[context.primitiveID % 4]; local
1266 tcu::Vec4 color = tcu::Vec4(0.0f, 0.0f, 0.0f, 0.0f); local
1552 const tcu::Vec4 color = tcu::Vec4(float(invocationID % 2), (((invocationID \/ 2) % 2) == 0) ? (1.0f) : (0.0f), 1.0f, 1.0f); local
3404 const tcu::RGBA color = layer.getPixel(x, y); local
3460 const tcu::RGBA color = layer.getPixel(x, y); local
    [all...]
es31fProgramUniformTests.cpp 134 static inline void fillWithColor (const tcu::PixelBufferAccess& access, const tcu::Vec4& color)
139 access.setPixel(color, x, y, z);
1226 const tcu::Vec4 color = vec4FromPtr(&value.val.samplerV.fillColor.floatV[0]); local
    [all...]
  /external/kernel-headers/original/uapi/linux/
fb.h 46 #define FB_AUX_TEXT_CGA 1 /* CGA/EGA/VGA Color text */
58 #define FB_AUX_VGA_PLANES_VGA4 0 /* 16 color planes (EGA/VGA) */
64 #define FB_VISUAL_TRUECOLOR 2 /* True color */
65 #define FB_VISUAL_PSEUDOCOLOR 3 /* Pseudo color (like atari) */
66 #define FB_VISUAL_DIRECTCOLOR 4 /* Direct color */
67 #define FB_VISUAL_STATIC_PSEUDOCOLOR 5 /* Pseudo color readonly */
177 /* Interpretation of offset for color fields: All offsets are from the right,
182 * For pseudocolor: offset and length should be the same for all color
249 __u32 grayscale; /* 0 = color, 1 = grayscale, */
251 struct fb_bitfield red; /* bitfield in fb mem if true color, */
354 __u32 color; member in struct:fb_fillrect
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_reg.h 163 SVGA_PALETTE_BASE = 1024, /* Base of SVGA color map */
288 * of the screen's color depth and bits-per-pixel, however, 16 bits
319 * A 24-bit color format (BGRX), which does not depend on the
1044 uint32 color; \/\/ In the same format as the GFB member in struct:__anon16671
1310 SVGAColorBGRX color; member in struct:__anon16679
    [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 164 FX_BOOL CPDFSDK_Widget::GetFillColor(FX_COLORREF& color) const
170 color = FX_ARGBTOCOLORREF(pFormCtrl->GetBackgroundColor(iColorType));
175 FX_BOOL CPDFSDK_Widget::GetBorderColor(FX_COLORREF& color) const
181 color = FX_ARGBTOCOLORREF(pFormCtrl->GetBorderColor(iColorType));
186 FX_BOOL CPDFSDK_Widget::GetTextColor(FX_COLORREF& color) const
197 color = FX_ARGBTOCOLORREF(argb);
461 FX_COLORREF color = m_pInterForm->GetHighlightColor(nFieldType); local
478 FX_ARGB argb = ArgbEncode((int)alpha, color);
    [all...]
  /external/pdfium/third_party/freetype/src/raster/
ftraster.c 2916 Byte color; local
    [all...]
  /external/skia/samplecode/
SampleApp.cpp 1125 SkColor color = bitmap.getColor(fMouseX, fMouseY); local
    [all...]
  /external/skia/src/core/
SkPaint.cpp 246 void SkPaint::setColor(SkColor color) {
247 fColor = color;
1561 SkColor color = rec->getLuminanceColor(); local
1568 SkColor color = rec->getLuminanceColor(); local
2217 SkColor color = this->getColor(); local
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp 564 "Could not create solid color brush.");
595 const SkColor color,
604 HR(this->createXpsSolidColorBrush(color, 0xFF, &areaToFillBrush));
995 SkColor color; local
1004 const SkColor color = skPaint.getColor(); local
1016 SkColor color = info.fColors[0]; local
    [all...]
  /frameworks/base/core/java/android/widget/
RadialTimePickerView.java 30 import android.graphics.Color;
371 context.getColor(R.color.timepicker_default_numbers_background_color_material)));
723 return (int) (Color.alpha(argb) * (alpha / 255.0) + 0.5);
728 final int color = applyAlpha(mSelectorColor, alpha); local
739 paint.setColor(color);
768 linePaint.setColor(color);
837 final int color = textColor.getColorForState(StateSet.get(stateMask), 0); local
838 paint.setColor(color);
839 paint.setAlpha(getMultipliedAlpha(color, alpha));
    [all...]
  /frameworks/base/media/java/android/media/
ClosedCaptionRenderer.java 22 import android.graphics.Color;
381 int color = (data2 >> 1) & 0x7; local
387 if (color == COLOR_INVALID) {
389 color = COLOR_WHITE;
393 return new StyleCode(style, color);
396 StyleCode(int style, int color) {
398 mColor = color;
447 int color = (data2 >> 1) & 0x7; local
449 if (color == COLOR_INVALID) {
451 color = COLOR_WHITE
    [all...]
  /frameworks/native/opengl/libagl/
context.h 148 vec4_t color; member in struct:android::gl::vertex_t
203 array_t color; member in struct:android::gl::array_machine_t
  /frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
VectorDrawableCompat.java 23 import android.graphics.Color;
76 * <dd>The color to apply to the drawable as a tint. By default, no tint is applied.</dd>
78 * <dd>The Porter-Duff blending mode for the tint color. The default value is src_in.</dd>
124 * <dd>Defines the color to fill the path (none if not present).</dd>
126 * <dd>Defines the color to draw the path outline (none if not present).</dd>
257 // Color filters always override tint filters.
302 * Ensures the tint filter is consistent with the current tint color and
312 final int color = tint.getColorForState(getState(), Color.TRANSPARENT); local
313 return new PorterDuffColorFilter(color, tintMode)
    [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
SlidingPaneLayout.java 102 * If no fade color is given by default it will fade to 80% gray.
107 * The fade color used for the sliding panel. 0 = no fading.
117 * The fade color used for the panel covered by the slider. 0 = no fading.
297 * Set the color used to fade the sliding pane out when it is slid most of the way offscreen.
299 * @param color An ARGB-packed color value
301 public void setSliderFadeColor(@ColorInt int color) {
302 mSliderFadeColor = color;
306 * @return The ARGB-packed color value used to fade the sliding pane
314 * Set the color used to fade the pane covered by the sliding pane out when the pan
976 int color = imag << 24 | (fadeColor & 0xffffff); local
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp 1795 uint32_t color = layer->transform; local
    [all...]

Completed in 544 milliseconds

<<21222324252627282930>>