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

  /external/skia/src/gpu/
GrPathRendering.cpp 70 SkAutoDescriptor ad(sizeof(rec) + SkDescriptor::ComputeOverhead(1));
  /external/skia/src/core/
SkDescriptor.h 18 static size_t ComputeOverhead(int entryCount) {
SkTypeface.cpp 337 SkAutoDescriptor ad(sizeof(rec) + SkDescriptor::ComputeOverhead(1));
SkPaint.cpp     [all...]
  /external/skia/src/fonts/
SkGScalerContext.cpp 42 size_t descSize = SkDescriptor::ComputeOverhead(1) + sizeof(SkScalerContext::Rec);

Completed in 1224 milliseconds