HomeSort by relevance Sort by last modified time
    Searched defs:DrawingFrame (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/output/
direct_renderer.h 42 struct CC_EXPORT DrawingFrame {
43 DrawingFrame();
44 ~DrawingFrame();
74 void InitializeViewport(DrawingFrame* frame,
80 bool NeedDeviceClip(const DrawingFrame* frame) const;
81 gfx::Rect DeviceClipRectInWindowSpace(const DrawingFrame* frame) const;
82 static gfx::RectF ComputeScissorRectForRenderPass(const DrawingFrame* frame);
83 void SetScissorStateForQuad(const DrawingFrame* frame, const DrawQuad& quad);
85 const DrawingFrame* frame,
89 void SetScissorTestRectInDrawSpace(const DrawingFrame* frame
    [all...]
direct_renderer.cc 59 DirectRenderer::DrawingFrame::DrawingFrame()
65 DirectRenderer::DrawingFrame::~DrawingFrame() {}
83 void DirectRenderer::InitializeViewport(DrawingFrame* frame,
209 DrawingFrame frame;
252 const DrawingFrame* frame) {
271 bool DirectRenderer::NeedDeviceClip(const DrawingFrame* frame) const {
278 gfx::Rect DirectRenderer::DeviceClipRectInWindowSpace(const DrawingFrame* frame)
287 void DirectRenderer::SetScissorStateForQuad(const DrawingFrame* frame
    [all...]

Completed in 35 milliseconds