Home
last modified time | relevance | path

Searched refs:SkSetFourByteTag (Results 1 – 17 of 17) sorted by relevance

/external/skia/src/core/
DSkICCPriv.h21 static constexpr uint32_t kRGB_ColorSpace = SkSetFourByteTag('R', 'G', 'B', ' ');
22 static constexpr uint32_t kCMYK_ColorSpace = SkSetFourByteTag('C', 'M', 'Y', 'K');
23 static constexpr uint32_t kGray_ColorSpace = SkSetFourByteTag('G', 'R', 'A', 'Y');
24 static constexpr uint32_t kDisplay_Profile = SkSetFourByteTag('m', 'n', 't', 'r');
25 static constexpr uint32_t kInput_Profile = SkSetFourByteTag('s', 'c', 'n', 'r');
26 static constexpr uint32_t kOutput_Profile = SkSetFourByteTag('p', 'r', 't', 'r');
27 static constexpr uint32_t kColorSpace_Profile = SkSetFourByteTag('s', 'p', 'a', 'c');
28 static constexpr uint32_t kXYZ_PCSSpace = SkSetFourByteTag('X', 'Y', 'Z', ' ');
29 static constexpr uint32_t kLAB_PCSSpace = SkSetFourByteTag('L', 'a', 'b', ' ');
30 static constexpr uint32_t kACSP_Signature = SkSetFourByteTag('a', 'c', 's', 'p');
[all …]
DSkPictureData.h58 #define SK_PICT_READER_TAG SkSetFourByteTag('r', 'e', 'a', 'd')
59 #define SK_PICT_FACTORY_TAG SkSetFourByteTag('f', 'a', 'c', 't')
60 #define SK_PICT_TYPEFACE_TAG SkSetFourByteTag('t', 'p', 'f', 'c')
61 #define SK_PICT_PICTURE_TAG SkSetFourByteTag('p', 'c', 't', 'r')
62 #define SK_PICT_DRAWABLE_TAG SkSetFourByteTag('d', 'r', 'a', 'w')
65 #define SK_PICT_BUFFER_SIZE_TAG SkSetFourByteTag('a', 'r', 'a', 'y')
67 #define SK_PICT_BITMAP_BUFFER_TAG SkSetFourByteTag('b', 't', 'm', 'p')
68 #define SK_PICT_PAINT_BUFFER_TAG SkSetFourByteTag('p', 'n', 't', ' ')
69 #define SK_PICT_PATH_BUFFER_TAG SkSetFourByteTag('p', 't', 'h', ' ')
70 #define SK_PICT_TEXTBLOB_BUFFER_TAG SkSetFourByteTag('b', 'l', 'o', 'b')
[all …]
DSkScalerContext.h363 #define kRec_SkDescriptorTag SkSetFourByteTag('s', 'r', 'e', 'c')
364 #define kPathEffect_SkDescriptorTag SkSetFourByteTag('p', 't', 'h', 'e')
365 #define kMaskFilter_SkDescriptorTag SkSetFourByteTag('m', 's', 'k', 'f')
366 #define kRasterizer_SkDescriptorTag SkSetFourByteTag('r', 'a', 's', 't')
DSkICC.cpp153 SkEndian_SwapBE32(SkSetFourByteTag('e', 'n', 'U', 'S')), // English USA
178 SkEndian_SwapBE32(SkSetFourByteTag('e', 'n', 'U', 'S')), // English USA
186 static constexpr uint32_t kTAG_desc = SkSetFourByteTag('d', 'e', 's', 'c');
202 static constexpr uint32_t kTAG_wtpt = SkSetFourByteTag('w', 't', 'p', 't');
205 static constexpr uint32_t kTAG_cprt = SkSetFourByteTag('c', 'p', 'r', 't');
DSkFontStream.cpp70 if (SkSetFourByteTag('t', 't', 'c', 'f') == tag) { in count_tables()
149 if (SkSetFourByteTag('t', 't', 'c', 'f') == tag) { in CountTTCEntries()
DSkBitmapCache.cpp19 uint64_t sharedID = SkSetFourByteTag('b', 'm', 'a', 'p'); in SkMakeResourceCacheSharedIDForBitmap()
DSkColorSpace_ICC.cpp579 static constexpr uint32_t kTAG_AtoBType = SkSetFourByteTag('m', 'A', 'B', ' ');
580 static constexpr uint32_t kTAG_lut8Type = SkSetFourByteTag('m', 'f', 't', '1');
581 static constexpr uint32_t kTAG_lut16Type = SkSetFourByteTag('m', 'f', 't', '2');
/external/skia/tests/
DFontHostTest.cpp21 #define kFontTableTag_head SkSetFourByteTag('h', 'e', 'a', 'd')
22 #define kFontTableTag_hhea SkSetFourByteTag('h', 'h', 'e', 'a')
23 #define kFontTableTag_maxp SkSetFourByteTag('m', 'a', 'x', 'p')
DTypefaceTest.cpp102 { SkSetFourByteTag('w','g','h','t'), SK_ScalarSqrt2 } in DEF_TEST()
160 REPORTER_ASSERT(reporter, positionRead[0].axis == SkSetFourByteTag('w','g','h','t')); in DEF_TEST()
DFontNamesTest.cpp143 static const SkFontTableTag nameTag = SkSetFourByteTag('n','a','m','e'); in test_systemfonts()
/external/skia/src/sfnt/
DSkOTTableTypes.h44 SkSetFourByteTag(T::TAG0, T::TAG1, T::TAG2, T::TAG3)
DSkOTUtils.cpp166 static const SkFontTableTag nameTag = SkSetFourByteTag('n','a','m','e'); in CreateForFamilyNames()
/external/skia/gm/
Dfontscalerdistortable.cpp50 SkFourByteTag tag = SkSetFourByteTag('w','g','h','t'); in onDraw()
/external/skia/src/pipe/
DSkPipeFormat.h13 #define kDefinePicture_ExtPipeVerb SkSetFourByteTag('s', 'k', 'p', 'i')
/external/skia/src/ports/
DSkFontMgr_android_parser.cpp158 SkFourByteTag axisTag = SkSetFourByteTag('\0','\0','\0','\0'); in __anonbbaf037e0102()
169 axisTag = SkSetFourByteTag(value[0], value[1], value[2], value[3]); in __anonbbaf037e0102()
DSkFontHost_win.cpp1935 SkEndian_SwapBE32(SkSetFourByteTag('t', 't', 'c', 'f')); in onOpenStream()
/external/skia/include/core/
DSkTypes.h291 #define SkSetFourByteTag(a, b, c, d) (((a) << 24) | ((b) << 16) | ((c) << 8) | (d)) macro