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

  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 248 platformContext()->gpuCanvas()->save();
260 platformContext()->gpuCanvas()->restore();
328 platformContext()->gpuCanvas()->clearRect(rect);
378 platformContext()->gpuCanvas()->clipPath(path);
405 platformContext()->gpuCanvas()->clipOut(p);
420 platformContext()->gpuCanvas()->clipPath(pathToClip);
436 platformContext()->gpuCanvas()->concatCTM(affine);
447 platformContext()->gpuCanvas()->setCTM(affine);
739 platformContext()->gpuCanvas()->fillPath(pathToFill);
772 platformContext()->gpuCanvas()->fillRect(rect)
    [all...]
PlatformContextSkia.h 184 GLES2Canvas* gpuCanvas() const { return m_gpuCanvas.get(); }
186 GLES2Canvas* gpuCanvas() const { return 0; }
ImageSkia.cpp 437 GLES2Canvas* gpuCanvas = ctxt->platformContext()->gpuCanvas();
438 Texture* texture = gpuCanvas->getTexture(bitmap);
442 texture = gpuCanvas->createTexture(bitmap, Texture::BGRA8, bitmap->width(), bitmap->height());
447 gpuCanvas->drawTexturedRect(texture, srcRect, dstRect, styleColorSpace, compositeOp);
ImageBufferSkia.cpp 123 DrawingBuffer* sourceDrawingBuffer = m_data.m_platformContext.gpuCanvas()->drawingBuffer();
130 context->platformContext()->gpuCanvas()->drawTexturedRect(sourceTexture, m_size, srcRectFlipped, destRectNormalized, styleColorSpace, op);
PlatformContextSkia.cpp 873 gpuCanvas()->drawTexturedRect(m_uploadTexture.get(), m_softwareDirtyRect, m_softwareDirtyRect, identity, 1.0, ColorSpaceDeviceRGB, op, false);

Completed in 734 milliseconds