OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GrGLPathRange
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLPathRange.cpp
9
#include "
GrGLPathRange
.h"
14
GrGLPathRange
::
GrGLPathRange
(GrGpuGL* gpu, PathGenerator* pathGenerator, const SkStrokeRec& stroke)
21
GrGLPathRange
::
GrGLPathRange
(GrGpuGL* gpu,
32
GrGLPathRange
::~
GrGLPathRange
() {
36
void
GrGLPathRange
::onInitPath(int index, const SkPath& skPath) const {
54
void
GrGLPathRange
::onRelease() {
66
void
GrGLPathRange
::onAbandon()
[
all
...]
GrGLPathRange.h
23
class
GrGLPathRange
: public GrPathRange {
29
GrGLPathRange
(GrGpuGL*, PathGenerator*, const SkStrokeRec&);
36
GrGLPathRange
(GrGpuGL*,
42
virtual ~
GrGLPathRange
();
Completed in 36 milliseconds