Home
last modified time | relevance | path

Searched refs:ComputeOverhead (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/
DGrPathRendering.cpp73 SkAutoDescriptor ad(sizeof(rec) + SkDescriptor::ComputeOverhead(1)); in createGlyphs()
/external/skia/src/core/
DSkDescriptor.h18 static size_t ComputeOverhead(int entryCount) { in ComputeOverhead() function
DSkTypeface.cpp346 SkAutoDescriptor ad(sizeof(rec) + SkDescriptor::ComputeOverhead(1)); in onComputeBounds()
DSkPaint.cpp1631 descSize += SkDescriptor::ComputeOverhead(entryCount); in fill_out_rec()
/external/skia/src/fonts/
DSkGScalerContext.cpp42 size_t descSize = SkDescriptor::ComputeOverhead(1) + sizeof(SkScalerContext::Rec); in SkGScalerContext()