OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:loadPathsIfNeeded
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/gpu/
GrPathRange.cpp
27
void GrPathRange::
loadPathsIfNeeded
(const void* indices, PathIndexType indexType, int count) const {
30
return this->
loadPathsIfNeeded
(reinterpret_cast<const uint8_t*>(indices), count);
32
return this->
loadPathsIfNeeded
(reinterpret_cast<const uint16_t*>(indices), count);
34
return this->
loadPathsIfNeeded
(reinterpret_cast<const uint32_t*>(indices), count);
GrPathRange.h
73
void
loadPathsIfNeeded
(const void* indices, PathIndexType, int count) const;
75
template<typename IndexType> void
loadPathsIfNeeded
(const IndexType* indices, int count) const {
/external/skia/src/gpu/text/
GrStencilAndCoverTextContext.cpp
596
glyphs->
loadPathsIfNeeded
(fInstanceData->indices(), fInstanceData->count());
Completed in 137 milliseconds