Home | History | Annotate | Download | only in chromium

Lines Matching refs:drawingContext

411     GraphicsContext* drawingContext = context;
424 drawingContext = imageBuffer->context();
428 HIThemeDrawTrack(&trackInfo, 0, drawingContext->platformContext(), kHIThemeOrientationNormal);
433 drawingContext->save();
434 drawingContext->setShouldAntialias(false);
435 drawingContext->setStrokeColor(Color(0xCC, 0xAA, 0x00, 0xFF), ColorSpaceDeviceRGB);
436 drawingContext->setFillColor(Color(0xFF, 0xDD, 0x00, 0xFF), ColorSpaceDeviceRGB);
458 drawingContext->fillRect(tickRect);
459 drawingContext->strokeRect(tickRect, 1);
462 drawingContext->restore();
475 drawingContext,