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

  /external/skia/src/core/
SkRegionPriv.h 21 typedef SkRegion::RunHead RunHead;
57 struct SkRegion::RunHead {
83 static RunHead* Alloc(int count) {
88 const int64_t size = sk_64_mul(count, sizeof(RunType)) + sizeof(RunHead);
91 RunHead* head = (RunHead*)sk_malloc_throw(size);
100 static RunHead* Alloc(int count, int yspancount, int intervalCount) {
105 RunHead* head = Alloc(count);
123 RunHead* ensureWritable()
    [all...]
SkAAClip.cpp 62 struct SkAAClip::RunHead {
68 return (YOffset*)((char*)this + sizeof(RunHead));
71 return (const YOffset*)((const char*)this + sizeof(RunHead));
80 static RunHead* Alloc(int rowCount, size_t dataSize) {
81 size_t size = sizeof(RunHead) + rowCount * sizeof(YOffset) + dataSize;
82 RunHead* head = (RunHead*)sk_malloc_throw(size);
100 static RunHead* AllocRect(const SkIRect& bounds) {
104 RunHead* head = RunHead::Alloc(1, rowSize)
    [all...]
  /external/skqp/src/core/
SkRegionPriv.h 21 typedef SkRegion::RunHead RunHead;
57 struct SkRegion::RunHead {
83 static RunHead* Alloc(int count) {
88 const int64_t size = sk_64_mul(count, sizeof(RunType)) + sizeof(RunHead);
91 RunHead* head = (RunHead*)sk_malloc_throw(size);
100 static RunHead* Alloc(int count, int yspancount, int intervalCount) {
105 RunHead* head = Alloc(count);
123 RunHead* ensureWritable()
    [all...]
SkAAClip.cpp 62 struct SkAAClip::RunHead {
68 return (YOffset*)((char*)this + sizeof(RunHead));
71 return (const YOffset*)((const char*)this + sizeof(RunHead));
80 static RunHead* Alloc(int rowCount, size_t dataSize) {
81 size_t size = sizeof(RunHead) + rowCount * sizeof(YOffset) + dataSize;
82 RunHead* head = (RunHead*)sk_malloc_throw(size);
100 static RunHead* AllocRect(const SkIRect& bounds) {
104 RunHead* head = RunHead::Alloc(1, rowSize)
    [all...]

Completed in 1071 milliseconds