HomeSort by relevance Sort by last modified time
    Searched refs:unstyledKeySize (Results 1 - 8 of 8) sorted by null

  /external/skia/src/gpu/
GrPath.cpp 18 int geoCnt = shape.unstyledKeySize();
GrShape.cpp 118 int GrShape::unstyledKeySize() const {
151 SkASSERT(this->unstyledKeySize());
189 SkASSERT(key - origKey == this->unstyledKeySize());
205 parentCnt = parent.unstyledKeySize();
GrShape.h 325 int unstyledKeySize() const;
327 bool hasUnstyledKey() const { return this->unstyledKeySize() >= 0; }
330 * Writes unstyledKeySize() bytes into the provided pointer. Assumes that there is enough
331 * space allocated for the key and that unstyledKeySize() does not return a negative value
GrSoftwarePathRenderer.cpp 195 GrUniqueKey::Builder builder(&maskKey, kDomain, 5 + args.fShape->unstyledKeySize());
  /external/skia/src/gpu/ops/
GrSmallPathRenderer.h 54 int shapeKeySize = shape.unstyledKeySize();
81 int shapeKeySize = shape.unstyledKeySize();
GrTessellatingPathRenderer.cpp 210 int shapeKeyDataCnt = fShape.unstyledKeySize();
  /external/skia/src/utils/
SkShadowUtils.cpp 358 int keyBytes() const { return fShapeForKey.unstyledKeySize() * sizeof(uint32_t); }
  /external/skia/tests/
GrShapeTest.cpp 23 int size = shape.unstyledKeySize();
    [all...]

Completed in 1795 milliseconds