HomeSort by relevance Sort by last modified time
    Searched full:cgcontextsetrgbfillcolor (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/win/
WebLayer.cpp 91 CGContextSetRGBFillColor(context, 0.0f, 1.0f, 0.0f, 1.0f);
107 CGContextSetRGBFillColor(context, colors[0], colors[1], colors[2], colors[3]);
109 CGContextSetRGBFillColor(context, 1.0f, 0.0f, 0.0f, 0.8f);
  /external/webkit/Source/WebCore/platform/graphics/mac/
WebLayer.mm 89 CGContextSetRGBFillColor(context, 0.0f, 1.0f, 0.0f, 0.8f);
91 CGContextSetRGBFillColor(context, 1.0f, 0.0f, 0.0f, 0.8f);
99 CGContextSetRGBFillColor(context, 0.0f, 0.0f, 0.0f, 1.0f);
  /external/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/
non-kerned-drawing.cpp 63 CGContextSetRGBFillColor(cgContext, red, green, blue, alpha);
  /external/skia/gm/
gammatext.cpp 76 CGContextSetRGBFillColor(cg, rgba[0], rgba[1], rgba[2], rgba[3]);
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWinInternal.cpp 90 CGContextSetRGBFillColor(context, 0.0f, 1.0f, 0.0f, 1.0f);
106 CGContextSetRGBFillColor(context, colors[0], colors[1], colors[2], colors[3]);
108 CGContextSetRGBFillColor(context, 1.0f, 0.0f, 0.0f, 0.8f);

Completed in 636 milliseconds