Home
last modified time | relevance | path

Searched refs:AtlasPathKey (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/ops/
DAtlasPathRenderer.h102 struct AtlasPathKey { struct
104 bool operator==(const AtlasPathKey& k) const {
112 SkTHashMap<AtlasPathKey, SkIPoint16> fAtlasPathCache; argument
DAtlasPathRenderer.cpp157 void AtlasPathRenderer::AtlasPathKey::set(const SkMatrix& m, const SkPath& path) { in set()
210 AtlasPathKey atlasPathKey; in addPathToAtlas()