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

  /external/icu4c/i18n/unicode/
regex.h 585 int32_t fDataSize; // The size of the data needed by the pattern that
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
regex.h 598 int32_t fDataSize; // The size of the data needed by the pattern that
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkAAClip.cpp 59 size_t fDataSize;
79 head->fDataSize = dataSize;
213 SkASSERT(yoff->fOffset + rowLength <= head->fDataSize);
510 size_t size = head->fRowCount * sizeof(YOffset) + head->fDataSize;
536 memmove(stop - skip, stop, head->fDataSize);
639 ah->fDataSize == bh->fDataSize &&
640 !memcmp(ah->data(), bh->data(), ah->fDataSize);
    [all...]
  /external/skia/src/core/
SkAAClip.cpp 59 size_t fDataSize;
79 head->fDataSize = dataSize;
213 SkASSERT(yoff->fOffset + rowLength <= head->fDataSize);
510 size_t size = head->fRowCount * sizeof(YOffset) + head->fDataSize;
536 memmove(stop - skip, stop, head->fDataSize);
639 ah->fDataSize == bh->fDataSize &&
640 !memcmp(ah->data(), bh->data(), ah->fDataSize);
    [all...]

Completed in 472 milliseconds