Searched refs:baseColor (Results 1 - 8 of 8) sorted by relevance
/external/skia/src/svg/parser/ |
H A D | SkSVGGradient.cpp | 79 void SkSVGGradient::write(SkSVGParser& parser, SkString& baseColor) { argument 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/deqp/modules/glshared/ |
H A D | glsScissorTests.cpp | 619 const Color baseColor = getBaseColor(bufferFmt); local 665 clearBuffers(gl, baseColor, 1.0f, 0); 684 clearBuffers(gl, baseColor, 1.0f, 0); 698 switch (baseColor.type) 701 clearEdges(refAccess, Vec4(baseColor.f[0], baseColor.f[1], baseColor.f[2], baseColor.f[3]), scissorArea); 706 clearEdges(refAccess, IVec4(baseColor.i[0], baseColor [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/font/ |
H A D | Letters.java | 22 private ColorRGBA baseColor = null;
field in class:Letters 44 if (baseColor != null) {
47 l.setColor( baseColor );
309 baseColor = color;
314 return baseColor;
|
/external/autotest/client/site_tests/graphics_SanAngeles/src/ |
H A D | demo.c | 345 float baseColor[3]; local 354 baseColor[a] = ((randomUInt() % 155) + 100) / 255.f; 437 color[a] = (int)(ca * baseColor[a] * 255);
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fFramebufferBlitTests.cpp | 183 // Image origin must be visible (for baseColor) 194 const tcu::RGBA baseColor = result.getPixel(destinationArea.x(), destinationArea.y()); local 195 const bool signConfig = tcu::compareThreshold(baseColor, cellColorA, threshold);
|
/external/deqp/modules/gles31/functional/ |
H A D | es31fGeometryShaderTests.cpp | 1555 rr::GenericVec4 baseColor; local 1558 baseColor = tcu::Vec4(1.0, 0.0, 0.0, 1.0) * packets[packetNdx].vertices[0]->outputs[0].get<float>(); 1561 output.EmitVertex(position1, 0.0f, &baseColor, packets[packetNdx].primitiveIDIn); 1562 output.EmitVertex(position2, 0.0f, &baseColor, packets[packetNdx].primitiveIDIn);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
Completed in 166 milliseconds