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/skia/src/gpu/gl/
GrGLPathRange.cpp
9
#include "
GrGLPathRange
.h"
14
GrGLPathRange
::
GrGLPathRange
(GrGLGpu* gpu, PathGenerator* pathGenerator, const GrStrokeInfo& stroke)
23
GrGLPathRange
::
GrGLPathRange
(GrGLGpu* gpu,
36
void
GrGLPathRange
::init() {
53
void
GrGLPathRange
::onInitPath(int index, const SkPath& origSkPath) const {
102
void
GrGLPathRange
::onRelease() {
114
void
GrGLPathRange
::onAbandon() {
GrGLPathRange.h
24
class
GrGLPathRange
: public GrPathRange {
30
GrGLPathRange
(GrGLGpu*, PathGenerator*, const GrStrokeInfo&);
37
GrGLPathRange
(GrGLGpu*,
Completed in 100 milliseconds