OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PathIndexType
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/
GrPathRange.h
28
enum
PathIndexType
{
36
static inline int PathIndexSizeInBytes(
PathIndexType
type) {
73
void loadPathsIfNeeded(const void* indices,
PathIndexType
, int count) const;
113
void assertPathsLoaded(const void* indices,
PathIndexType
, int count) const;
GrPathRendering.h
38
typedef GrPathRange::
PathIndexType
PathIndexType
;
176
PathIndexType
indexType, const float transformValues[],
195
virtual void onDrawPaths(const DrawPathArgs&, const GrPathRange*, const void*,
PathIndexType
,
Completed in 199 milliseconds