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

  /external/chromium_org/third_party/skia/src/core/
SkDescriptor.h 18 static size_t ComputeOverhead(int entryCount) {
SkScalerContext.cpp 153 SkAutoDescriptor ad(sizeof(fRec) + androidBuffer.size() + SkDescriptor::ComputeOverhead(2));
    [all...]
SkPaint.cpp     [all...]
  /external/skia/src/core/
SkDescriptor.h 18 static size_t ComputeOverhead(int entryCount) {
SkScalerContext.cpp 153 SkAutoDescriptor ad(sizeof(fRec) + androidBuffer.size() + SkDescriptor::ComputeOverhead(2));
    [all...]
SkPaint.cpp     [all...]
  /external/chromium_org/third_party/skia/src/fonts/
SkGScalerContext.cpp 43 size_t descSize = SkDescriptor::ComputeOverhead(1) + sizeof(SkScalerContext::Rec);
  /external/skia/src/fonts/
SkGScalerContext.cpp 43 size_t descSize = SkDescriptor::ComputeOverhead(1) + sizeof(SkScalerContext::Rec);

Completed in 365 milliseconds