Searched refs:SkSetFourByteTag (Results 1 - 25 of 36) sorted by relevance

12

/external/skia/src/core/
H A DSkICCPriv.h22 static constexpr uint32_t kRGB_ColorSpace = SkSetFourByteTag('R', 'G', 'B', ' ');
23 static constexpr uint32_t kCMYK_ColorSpace = SkSetFourByteTag('C', 'M', 'Y', 'K');
24 static constexpr uint32_t kGray_ColorSpace = SkSetFourByteTag('G', 'R', 'A', 'Y');
25 static constexpr uint32_t kDisplay_Profile = SkSetFourByteTag('m', 'n', 't', 'r');
26 static constexpr uint32_t kInput_Profile = SkSetFourByteTag('s', 'c', 'n', 'r');
27 static constexpr uint32_t kOutput_Profile = SkSetFourByteTag('p', 'r', 't', 'r');
28 static constexpr uint32_t kColorSpace_Profile = SkSetFourByteTag('s', 'p', 'a', 'c');
29 static constexpr uint32_t kXYZ_PCSSpace = SkSetFourByteTag('X', 'Y', 'Z', ' ');
30 static constexpr uint32_t kLAB_PCSSpace = SkSetFourByteTag('L', 'a', 'b', ' ');
31 static constexpr uint32_t kACSP_Signature = SkSetFourByteTag('
[all...]
H A DSkPictureData.h50 #define SK_PICT_READER_TAG SkSetFourByteTag('r', 'e', 'a', 'd')
51 #define SK_PICT_FACTORY_TAG SkSetFourByteTag('f', 'a', 'c', 't')
52 #define SK_PICT_TYPEFACE_TAG SkSetFourByteTag('t', 'p', 'f', 'c')
53 #define SK_PICT_PICTURE_TAG SkSetFourByteTag('p', 'c', 't', 'r')
54 #define SK_PICT_DRAWABLE_TAG SkSetFourByteTag('d', 'r', 'a', 'w')
57 #define SK_PICT_BUFFER_SIZE_TAG SkSetFourByteTag('a', 'r', 'a', 'y')
59 #define SK_PICT_PAINT_BUFFER_TAG SkSetFourByteTag('p', 'n', 't', ' ')
60 #define SK_PICT_PATH_BUFFER_TAG SkSetFourByteTag('p', 't', 'h', ' ')
61 #define SK_PICT_TEXTBLOB_BUFFER_TAG SkSetFourByteTag('b', 'l', 'o', 'b')
62 #define SK_PICT_VERTICES_BUFFER_TAG SkSetFourByteTag('
[all...]
H A DSkFontStream.cpp70 if (SkSetFourByteTag('t', 't', 'c', 'f') == tag) {
149 if (SkSetFourByteTag('t', 't', 'c', 'f') == tag) {
H A DSkScalerContext.h428 #define kRec_SkDescriptorTag SkSetFourByteTag('s', 'r', 'e', 'c')
429 #define kPathEffect_SkDescriptorTag SkSetFourByteTag('p', 't', 'h', 'e')
430 #define kMaskFilter_SkDescriptorTag SkSetFourByteTag('m', 's', 'k', 'f')
H A 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');
/external/skqp/src/core/
H A DSkICCPriv.h22 static constexpr uint32_t kRGB_ColorSpace = SkSetFourByteTag('R', 'G', 'B', ' ');
23 static constexpr uint32_t kCMYK_ColorSpace = SkSetFourByteTag('C', 'M', 'Y', 'K');
24 static constexpr uint32_t kGray_ColorSpace = SkSetFourByteTag('G', 'R', 'A', 'Y');
25 static constexpr uint32_t kDisplay_Profile = SkSetFourByteTag('m', 'n', 't', 'r');
26 static constexpr uint32_t kInput_Profile = SkSetFourByteTag('s', 'c', 'n', 'r');
27 static constexpr uint32_t kOutput_Profile = SkSetFourByteTag('p', 'r', 't', 'r');
28 static constexpr uint32_t kColorSpace_Profile = SkSetFourByteTag('s', 'p', 'a', 'c');
29 static constexpr uint32_t kXYZ_PCSSpace = SkSetFourByteTag('X', 'Y', 'Z', ' ');
30 static constexpr uint32_t kLAB_PCSSpace = SkSetFourByteTag('L', 'a', 'b', ' ');
31 static constexpr uint32_t kACSP_Signature = SkSetFourByteTag('
[all...]
H A DSkPictureData.h50 #define SK_PICT_READER_TAG SkSetFourByteTag('r', 'e', 'a', 'd')
51 #define SK_PICT_FACTORY_TAG SkSetFourByteTag('f', 'a', 'c', 't')
52 #define SK_PICT_TYPEFACE_TAG SkSetFourByteTag('t', 'p', 'f', 'c')
53 #define SK_PICT_PICTURE_TAG SkSetFourByteTag('p', 'c', 't', 'r')
54 #define SK_PICT_DRAWABLE_TAG SkSetFourByteTag('d', 'r', 'a', 'w')
57 #define SK_PICT_BUFFER_SIZE_TAG SkSetFourByteTag('a', 'r', 'a', 'y')
59 #define SK_PICT_PAINT_BUFFER_TAG SkSetFourByteTag('p', 'n', 't', ' ')
60 #define SK_PICT_PATH_BUFFER_TAG SkSetFourByteTag('p', 't', 'h', ' ')
61 #define SK_PICT_TEXTBLOB_BUFFER_TAG SkSetFourByteTag('b', 'l', 'o', 'b')
62 #define SK_PICT_VERTICES_BUFFER_TAG SkSetFourByteTag('
[all...]
H A DSkFontStream.cpp70 if (SkSetFourByteTag('t', 't', 'c', 'f') == tag) {
149 if (SkSetFourByteTag('t', 't', 'c', 'f') == tag) {
H A DSkScalerContext.h398 #define kRec_SkDescriptorTag SkSetFourByteTag('s', 'r', 'e', 'c')
399 #define kPathEffect_SkDescriptorTag SkSetFourByteTag('p', 't', 'h', 'e')
400 #define kMaskFilter_SkDescriptorTag SkSetFourByteTag('m', 's', 'k', 'f')
H A 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');
/external/skia/src/sfnt/
H A DSkOTTableTypes.h44 SkSetFourByteTag(T::TAG0, T::TAG1, T::TAG2, T::TAG3)
H A DSkOTUtils.cpp168 static const SkFontTableTag nameTag = SkSetFourByteTag('n','a','m','e');
/external/skqp/src/sfnt/
H A DSkOTTableTypes.h44 SkSetFourByteTag(T::TAG0, T::TAG1, T::TAG2, T::TAG3)
H A DSkOTUtils.cpp168 static const SkFontTableTag nameTag = SkSetFourByteTag('n','a','m','e');
/external/skia/gm/
H A Dfontscalerdistortable.cpp50 SkFourByteTag tag = SkSetFourByteTag('w','g','h','t');
/external/skqp/gm/
H A Dfontscalerdistortable.cpp50 SkFourByteTag tag = SkSetFourByteTag('w','g','h','t');
/external/skia/tests/
H A 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')
H A DTypefaceTest.cpp109 { SkSetFourByteTag('w','g','h','t'), 1.618033988749895f },
110 { SkSetFourByteTag('w','g','h','t'), SK_ScalarSqrt2 },
173 REPORTER_ASSERT(reporter, positionRead[0].axis == SkSetFourByteTag('w','g','h','t'));
H A DFontNamesTest.cpp139 static const SkFontTableTag nameTag = SkSetFourByteTag('n','a','m','e');
/external/skqp/tests/
H A 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')
H A DTypefaceTest.cpp109 { SkSetFourByteTag('w','g','h','t'), 1.618033988749895f },
110 { SkSetFourByteTag('w','g','h','t'), SK_ScalarSqrt2 },
173 REPORTER_ASSERT(reporter, positionRead[0].axis == SkSetFourByteTag('w','g','h','t'));
H A DFontNamesTest.cpp139 static const SkFontTableTag nameTag = SkSetFourByteTag('n','a','m','e');
/external/skia/src/pipe/
H A DSkPipeFormat.h13 #define kDefinePicture_ExtPipeVerb SkSetFourByteTag('s', 'k', 'p', 'i')
/external/skqp/src/pipe/
H A DSkPipeFormat.h13 #define kDefinePicture_ExtPipeVerb SkSetFourByteTag('s', 'k', 'p', 'i')
/external/skia/include/core/
H A DSkTypes.h258 #define SkSetFourByteTag(a, b, c, d) (((a) << 24) | ((b) << 16) | ((c) << 8) | (d)) macro

Completed in 4769 milliseconds

12