/third_party/glfw/src/ |
H A D | platform.c | 138 return _glfw.platform.platformID; in glfwGetPlatform() 141 GLFWAPI int glfwPlatformSupported(int platformID) in glfwPlatformSupported() argument 146 if (platformID != GLFW_PLATFORM_WIN32 && in glfwPlatformSupported() 147 platformID != GLFW_PLATFORM_COCOA && in glfwPlatformSupported() 148 platformID != GLFW_PLATFORM_WAYLAND && in glfwPlatformSupported() 149 platformID != GLFW_PLATFORM_X11 && in glfwPlatformSupported() 150 platformID != GLFW_PLATFORM_NULL) in glfwPlatformSupported() 152 _glfwInputError(GLFW_INVALID_ENUM, "Invalid platform ID 0x%08X", platformID); in glfwPlatformSupported() 156 if (platformID == GLFW_PLATFORM_NULL) in glfwPlatformSupported() 161 if (platformID in glfwPlatformSupported() [all...] |
H A D | egl_context.c | 145 if (_glfw.platform.platformID == GLFW_PLATFORM_X11) in chooseEGLConfig() 183 if (_glfw.platform.platformID == GLFW_PLATFORM_WAYLAND) in chooseEGLConfig() 285 if (_glfw.platform.platformID == GLFW_PLATFORM_WAYLAND) in swapBuffersEGL() 333 if (_glfw.platform.platformID != GLFW_PLATFORM_X11 || in destroyContextEGL() 714 if (_glfw.platform.platformID == GLFW_PLATFORM_WAYLAND) in _glfwCreateContextEGL() 918 if (_glfw.platform.platformID != GLFW_PLATFORM_WAYLAND || in glfwGetEGLContext() 938 if (_glfw.platform.platformID != GLFW_PLATFORM_WAYLAND || in glfwGetEGLSurface()
|
H A D | init.c | 54 .platformID = GLFW_ANY_PLATFORM, 402 if (!_glfwSelectPlatform(_glfw.hints.init.platformID, &_glfw.platform)) in glfwInit() 451 _glfwInitHints.platformID = value; in glfwInitHint()
|
H A D | win32_monitor.c | 545 if (_glfw.platform.platformID != GLFW_PLATFORM_WIN32) in glfwGetWin32Adapter() 561 if (_glfw.platform.platformID != GLFW_PLATFORM_WIN32) in glfwGetWin32Monitor()
|
H A D | null_init.c | 38 GLFWbool _glfwConnectNull(int platformID, _GLFWplatform* platform) in _glfwConnectNull() argument 42 .platformID = GLFW_PLATFORM_NULL, in _glfwConnectNull()
|
H A D | internal.h | 379 int platformID; member 684 int platformID; member 962 GLFWbool _glfwSelectPlatform(int platformID, _GLFWplatform* platform);
|
/third_party/icu/icu4c/source/test/perf/leperf/ |
H A D | cmaps.cpp | 74 le_uint16 platformID = SWAPW(esh->platformID); in createUnicodeMapper() local 76 if (platformID == 3) { // microsoft in createUnicodeMapper() 81 foundPlatformID = platformID; in createUnicodeMapper() 91 //printf("%s:%d: platform ID %d (wanted 3, microsoft) for subtable %d/%d\n", __FILE__, __LINE__, (SWAPW(esh->platformID)), i, nSubtables); in createUnicodeMapper() 99 le_uint16 platformID = SWAPW(esh->platformID); in createUnicodeMapper() local 101 //printf("%s:%d: table %d/%d has platform:specific %d:%d\n", __FILE__, __LINE__, i, nSubtables, platformID, platformSpecificID); in createUnicodeMapper() 102 switch(platformID) { in createUnicodeMapper() 110 foundPlatformID = platformID; in createUnicodeMapper() [all...] |
H A D | PortableFontInstance.cpp | 291 const char *PortableFontInstance::getNameString(le_uint16 nameID, le_uint16 platformID, le_uint16 encodingID, le_uint16 languageID) const in getNameString() argument 308 if (SWAPW(nameRecord->platformID) == platformID && SWAPW(nameRecord->encodingID) == encodingID && in getNameString() 324 const LEUnicode16 *PortableFontInstance::getUnicodeNameString(le_uint16 nameID, le_uint16 platformID, le_uint16 encodingID, le_uint16 languageID) const in getUnicodeNameString() argument 341 if (SWAPW(nameRecord->platformID) == platformID && SWAPW(nameRecord->encodingID) == encodingID && in getUnicodeNameString()
|
H A D | FontObject.cpp | 109 CMAPEncodingSubtable *FontObject::findCMAP(le_uint16 platformID, le_uint16 platformSpecificID) in findCMAP() argument 127 if (SWAPW(esh->platformID) == platformID && in findCMAP()
|
H A D | FontObject.h | 48 le_uint16 platformID; member 211 CMAPEncodingSubtable *findCMAP(le_uint16 platformID, le_uint16 platformSpecificID);
|
H A D | sfnt.h | 54 le_uint16 platformID; member 430 le_uint16 platformID; member
|
/third_party/icu/icu4c/source/test/letest/ |
H A D | cmaps.cpp | 70 le_uint16 platformID = SWAPW(esh->platformID); in createUnicodeMapper() local 72 if (platformID == 3) { // microsoft in createUnicodeMapper() 77 foundPlatformID = platformID; in createUnicodeMapper() 87 //printf("%s:%d: platform ID %d (wanted 3, microsoft) for subtable %d/%d\n", __FILE__, __LINE__, (SWAPW(esh->platformID)), i, nSubtables); in createUnicodeMapper() 95 le_uint16 platformID = SWAPW(esh->platformID); in createUnicodeMapper() local 97 //printf("%s:%d: table %d/%d has platform:specific %d:%d\n", __FILE__, __LINE__, i, nSubtables, platformID, platformSpecificID); in createUnicodeMapper() 98 switch(platformID) { in createUnicodeMapper() 106 foundPlatformID = platformID; in createUnicodeMapper() [all...] |
H A D | PortableFontInstance.cpp | 283 const char *PortableFontInstance::getNameString(le_uint16 nameID, le_uint16 platformID, le_uint16 encodingID, le_uint16 languageID) const in getNameString() argument 300 if (SWAPW(nameRecord->platformID) == platformID && SWAPW(nameRecord->encodingID) == encodingID && in getNameString() 316 const LEUnicode16 *PortableFontInstance::getUnicodeNameString(le_uint16 nameID, le_uint16 platformID, le_uint16 encodingID, le_uint16 languageID) const in getUnicodeNameString() argument 333 if (SWAPW(nameRecord->platformID) == platformID && SWAPW(nameRecord->encodingID) == encodingID && in getUnicodeNameString()
|
H A D | FontObject.cpp | 105 CMAPEncodingSubtable *FontObject::findCMAP(le_uint16 platformID, le_uint16 platformSpecificID) in findCMAP() argument 123 if (SWAPW(esh->platformID) == platformID && in findCMAP()
|
H A D | FontObject.h | 44 le_uint16 platformID; member 207 CMAPEncodingSubtable *findCMAP(le_uint16 platformID, le_uint16 platformSpecificID);
|
H A D | sfnt.h | 50 le_uint16 platformID; member 426 le_uint16 platformID; member
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-name-table.hh | 55 unsigned int p = platformID; in language() 76 unsigned int p = platformID; in score() 111 unsigned int p = platformID; in isUnicode() 123 if (a->platformID != b->platformID) in cmp() 124 return a->platformID - b->platformID; in cmp() 147 HBUINT16 platformID; /* Platform ID. */ member
|
H A D | hb-ot-cmap-table.hh | 1333 ret = platformID.cmp (other.platformID); in cmp() 1381 HBUINT16 platformID; /* Platform ID. */ member 1467 if (cmap12.platformID == 0 && cmap12.encodingID == 4) in _can_drop() 1471 } else if (cmap12.platformID == 3 && cmap12.encodingID == 10) { in _can_drop() 1480 if (_.platformID != target_platform in _can_drop() 1525 if ((_.platformID == 0 && _.encodingID == 3) || in subset() 1526 (_.platformID == 0 && _.encodingID == 4) || in subset() 1527 (_.platformID == 3 && _.encodingID == 1) || in subset() 1528 (_.platformID in subset() [all...] |
/third_party/cups-filters/fontembed/ |
H A D | sfnt.h | 51 const char *otf_get_name(OTF_FILE *otf,int platformID,int encodingID,int languageID,int nameID,int *ret_len);
|
/third_party/skia/third_party/externals/sfntly/cpp/tools/ |
H A D | cmap_data_generator_xml.py | 57 cmap_element.setAttribute('platform_id', str(cmap.platformID))
|
/third_party/icu/icu4c/source/samples/layout/ |
H A D | sfnt.h | 51 le_uint16 platformID; member
|
H A D | cmaps.cpp | 75 if (SWAPW(esh->platformID) == 3) { in createUnicodeMapper()
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
H A D | sfnt.h | 51 le_uint16 platformID; member
|
H A D | cmaps.cpp | 75 if (SWAPW(esh->platformID) == 3) { in createUnicodeMapper()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftsnames.c | 77 aname->platform_id = entry->platformID; in FT_EXPORT_DEF()
|