Searched refs:ComputeOverhead (Results 1 – 5 of 5) sorted by relevance
73 SkAutoDescriptor ad(sizeof(rec) + SkDescriptor::ComputeOverhead(1)); in createGlyphs()
18 static size_t ComputeOverhead(int entryCount) { in ComputeOverhead() function
346 SkAutoDescriptor ad(sizeof(rec) + SkDescriptor::ComputeOverhead(1)); in onComputeBounds()
1631 descSize += SkDescriptor::ComputeOverhead(entryCount); in fill_out_rec()
42 size_t descSize = SkDescriptor::ComputeOverhead(1) + sizeof(SkScalerContext::Rec); in SkGScalerContext()