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

  /external/chromium_org/third_party/skia/src/core/
SkPictureRecord.cpp 39 static const uint32_t kSaveLayerWithBoundsSize = 4 * kUInt32Size + sizeof(SkRect);
140 SkASSERT(kSaveLayerWithBoundsSize == opSize);
199 SkASSERT(kSaveLayerNoBoundsSize == size || kSaveLayerWithBoundsSize == size);
340 if (kSaveLayerWithBoundsSize == result[0].fSize) {
453 if (kSaveLayerWithBoundsSize == result[0].fSize) {
    [all...]
  /external/skia/src/core/
SkPictureRecord.cpp 37 static const uint32_t kSaveLayerWithBoundsSize = 4 * kUInt32Size + sizeof(SkRect);
145 SkASSERT(kSaveLayerWithBoundsSize == opSize);
211 SkASSERT(kSaveLayerNoBoundsSize == size || kSaveLayerWithBoundsSize == size);
361 if (kSaveLayerWithBoundsSize == result[0].fSize) {
475 if (kSaveLayerWithBoundsSize == result[0].fSize) {
    [all...]

Completed in 34 milliseconds