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

  /external/skia/tests/
FontHostTest.cpp 14 #define kFontTableTag_head SkSetFourByteTag('h', 'e', 'a', 'd')
15 #define kFontTableTag_hhea SkSetFourByteTag('h', 'h', 'e', 'a')
16 #define kFontTableTag_maxp SkSetFourByteTag('m', 'a', 'x', 'p')
  /external/webkit/Source/WebCore/platform/graphics/chromium/
SimpleFontDataLinux.cpp 71 static const uint32_t vdmxTag = SkSetFourByteTag('V', 'D', 'M', 'X');
117 static const uint32_t vheaTag = SkSetFourByteTag('v', 'h', 'e', 'a');
118 static const uint32_t vorgTag = SkSetFourByteTag('V', 'O', 'R', 'G');
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontDataAndroid.cpp 67 static const uint32_t vheaTag = SkSetFourByteTag('v', 'h', 'e', 'a');
68 static const uint32_t vorgTag = SkSetFourByteTag('V', 'O', 'R', 'G');
  /external/skia/include/core/
SkScalerContext.h 351 #define kRec_SkDescriptorTag SkSetFourByteTag('s', 'r', 'e', 'c')
352 #define kPathEffect_SkDescriptorTag SkSetFourByteTag('p', 't', 'h', 'e')
353 #define kMaskFilter_SkDescriptorTag SkSetFourByteTag('m', 's', 'k', 'f')
354 #define kRasterizer_SkDescriptorTag SkSetFourByteTag('r', 'a', 's', 't')
SkTypes.h 224 #define SkSetFourByteTag(a, b, c, d) (((a) << 24) | ((b) << 16) | ((c) << 8) | (d))
  /external/skia/src/utils/
SkSfntUtils.cpp 34 static const uint32_t gTag = SkSetFourByteTag('h', 'e', 'a', 'd');
66 static const uint32_t gTag = SkSetFourByteTag('m', 'a', 'x', 'p');
  /external/skia/src/ports/
SkFontHost_tables.cpp 57 if (SkSetFourByteTag('t', 't', 'c', 'f') == tag) {
SkFontHost_mac_atsui.cpp 182 SkSetFourByteTag('m', 'a', 'x', 'p'),
SkFontHost_win.cpp 120 SkEndian_SwapBE32(SkSetFourByteTag('m', 'a', 'x', 'p'));
    [all...]
  /external/skia/src/core/
SkPicturePlayback.cpp 255 #define PICT_READER_TAG SkSetFourByteTag('r', 'e', 'a', 'd')
256 #define PICT_FACTORY_TAG SkSetFourByteTag('f', 'a', 'c', 't')
257 #define PICT_TYPEFACE_TAG SkSetFourByteTag('t', 'p', 'f', 'c')
258 #define PICT_PICTURE_TAG SkSetFourByteTag('p', 'c', 't', 'r')
259 #define PICT_ARRAYS_TAG SkSetFourByteTag('a', 'r', 'a', 'y')
261 #define PICT_BITMAP_TAG SkSetFourByteTag('b', 't', 'm', 'p')
262 #define PICT_MATRIX_TAG SkSetFourByteTag('m', 't', 'r', 'x')
263 #define PICT_PAINT_TAG SkSetFourByteTag('p', 'n', 't', ' ')
264 #define PICT_PATH_TAG SkSetFourByteTag('p', 't', 'h', ' ')
265 #define PICT_REGION_TAG SkSetFourByteTag('r', 'g', 'n', ' '
    [all...]

Completed in 2048 milliseconds