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

  /external/skia/src/gpu/gl/
GrGLPathRendering.cpp 8 #include "gl/GrGLPathRendering.h"
14 #include "GrGLPathRendering.h"
80 GrGLPathRendering::GrGLPathRendering(GrGLGpu* gpu)
88 GrGLPathRendering::~GrGLPathRendering() {
94 void GrGLPathRendering::disconnect(GrGpu::DisconnectType type) {
101 void GrGLPathRendering::resetContext() {
109 sk_sp<GrPath> GrGLPathRendering::createPath(const SkPath& inPath, const GrStyle& style) {
113 sk_sp<GrPathRange> GrGLPathRendering::createPathRange(GrPathRange::PathGenerator* pathGenerator
    [all...]
GrGLPathRendering.h 29 class GrGLPathRendering : public GrPathRendering {
32 * Create a new GrGLPathRendering object from a given GrGLGpu.
34 GrGLPathRendering(GrGLGpu* gpu);
35 ~GrGLPathRendering() override;

Completed in 597 milliseconds