HomeSort by relevance Sort by last modified time
    Searched refs:loadPathsIfNeeded (Results 1 - 5 of 5) 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/skqp/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/skqp/src/gpu/text/
GrStencilAndCoverTextContext.cpp 563 glyphs->loadPathsIfNeeded(fInstanceData->indices(), fInstanceData->count());

Completed in 211 milliseconds