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

  /external/chromium_org/third_party/skia/tools/
skpinfo.cpp 126 case SK_PICT_PICTURE_TAG:
128 SkDebugf("SK_PICT_PICTURE_TAG %d\n", chunkSize);
  /external/chromium_org/third_party/skia/src/core/
SkPictureData.cpp 304 write_tag_size(stream, SK_PICT_PICTURE_TAG, fPictureCount);
341 write_tag_size(buffer, SK_PICT_PICTURE_TAG, fPictureCount);
438 case SK_PICT_PICTURE_TAG: {
548 case SK_PICT_PICTURE_TAG: {
SkPictureData.h 47 #define SK_PICT_PICTURE_TAG SkSetFourByteTag('p', 'c', 't', 'r')

Completed in 590 milliseconds