HomeSort by relevance Sort by last modified time
    Searched defs:StorageSize (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/CodeGen/
CGRecordLayout.h 79 unsigned StorageSize;
85 : Offset(), Size(), IsSigned(), StorageSize(), StorageOffset() {}
88 unsigned StorageSize, CharUnits StorageOffset)
90 StorageSize(StorageSize), StorageOffset(StorageOffset) {}
101 uint64_t StorageSize,
CGObjCRuntime.cpp 123 CharUnits StorageSize = CGF.CGM.getContext().toCharUnitsFromBits(
135 CGF.CGM.getContext().toBits(StorageSize),
141 Info->StorageSize));
  /external/skia/src/core/
SkTextBlob.cpp 38 size_t SkTextBlob::RunRecord::StorageSize(uint32_t glyphCount, uint32_t textSize,
101 + StorageSize(run->glyphCount(), run->textSize(), run->positioning(), &safe));
438 SkTextBlob::RunRecord::StorageSize(run->glyphCount() + count, 0, positioning, &safe) -
439 SkTextBlob::RunRecord::StorageSize(run->glyphCount() , 0, positioning, &safe);
477 size_t runSize = SkTextBlob::RunRecord::StorageSize(count, textSize, positioning, &safe);
602 validateSize += SkTextBlob::RunRecord::StorageSize(
    [all...]
  /external/skqp/src/core/
SkTextBlob.cpp 38 size_t SkTextBlob::RunRecord::StorageSize(uint32_t glyphCount, uint32_t textSize,
101 + StorageSize(run->glyphCount(), run->textSize(), run->positioning(), &safe));
438 SkTextBlob::RunRecord::StorageSize(run->glyphCount() + count, 0, positioning, &safe) -
439 SkTextBlob::RunRecord::StorageSize(run->glyphCount() , 0, positioning, &safe);
477 size_t runSize = SkTextBlob::RunRecord::StorageSize(count, textSize, positioning, &safe);
602 validateSize += SkTextBlob::RunRecord::StorageSize(
    [all...]

Completed in 260 milliseconds