HomeSort by relevance Sort by last modified time
    Searched refs:baseColor (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/skia/src/svg/
SkSVGGradient.cpp 79 void SkSVGGradient::write(SkSVGParser& parser, SkString& baseColor) {
80 if (baseColor.c_str()[0] != '#')
87 f_id.append(baseColor.c_str() + 1);
98 SkASSERT(baseColor.c_str()[0] == '#');
99 SkASSERT(baseColor.size() == 7);
100 replacement.append(baseColor.c_str() + 1);
  /external/skia/src/svg/
SkSVGGradient.cpp 79 void SkSVGGradient::write(SkSVGParser& parser, SkString& baseColor) {
80 if (baseColor.c_str()[0] != '#')
87 f_id.append(baseColor.c_str() + 1);
98 SkASSERT(baseColor.c_str()[0] == '#');
99 SkASSERT(baseColor.size() == 7);
100 replacement.append(baseColor.c_str() + 1);
  /external/chromium_org/third_party/angle/samples/angle/multi_texture/
MultiTexture.cpp 62 vec4 baseColor;
65 baseColor = texture2D(s_baseMap, v_texCoord);
67 gl_FragColor = baseColor * (lightColor + 0.25);
  /external/deqp/modules/glshared/
glsScissorTests.cpp 614 const Color baseColor = getBaseColor(bufferFmt);
660 clearBuffers(gl, baseColor, 1.0f, 0);
679 clearBuffers(gl, baseColor, 1.0f, 0);
693 switch (baseColor.type)
696 clearEdges(refAccess, Vec4(baseColor.f[0], baseColor.f[1], baseColor.f[2], baseColor.f[3]), scissorArea);
701 clearEdges(refAccess, IVec4(baseColor.i[0], baseColor.i[1], baseColor.i[2], baseColor.i[3]), scissorArea)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
Utilities.java 170 public static int getColorWithOverlay(int baseColor, int overlayColor, float overlayAlpha) {
172 (int) (overlayAlpha * Color.red(baseColor) +
174 (int) (overlayAlpha * Color.green(baseColor) +
176 (int) (overlayAlpha * Color.blue(baseColor) +
  /packages/apps/Camera2/src/com/android/camera/ui/
TouchCircleDrawable.java 75 * @param baseColor The color of the initial expanded circle
78 public TouchCircleDrawable(Resources resources, int color, int baseColor) {
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 209 float baseColor[3];
218 baseColor[a] = ((randomUInt() % 155) + 100) / 255.f;
301 color[a] = (int)(ca * baseColor[a] * 255);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderView.cpp 441 Color baseColor = frameView()->baseBackgroundColor();
442 if (baseColor.alpha()) {
445 paintInfo.context->fillRect(paintInfo.rect, baseColor);
    [all...]
RenderBoxModelObject.cpp     [all...]
  /frameworks/native/opengl/tests/angeles/
demo.c 209 float baseColor[3];
218 baseColor[a] = ((randomUInt() % 155) + 100) / 255.f;
301 color[a] = (int)(ca * baseColor[a] * 255);
  /external/deqp/modules/gles3/functional/
es3fFramebufferBlitTests.cpp 183 // Image origin must be visible (for baseColor)
194 const tcu::RGBA baseColor = result.getPixel(destinationArea.x(), destinationArea.y());
195 const bool signConfig = tcu::compareThreshold(baseColor, cellColorA, threshold);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fGeometryShaderTests.cpp     [all...]

Completed in 710 milliseconds