Home
last modified time | relevance | path

Searched refs:platformID (Results 1 - 25 of 51) sorted by relevance

123

/third_party/glfw/src/
H A Dplatform.c138 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 Degl_context.c145 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 Dinit.c54 .platformID = GLFW_ANY_PLATFORM,
402 if (!_glfwSelectPlatform(_glfw.hints.init.platformID, &_glfw.platform)) in glfwInit()
451 _glfwInitHints.platformID = value; in glfwInitHint()
H A Dwin32_monitor.c545 if (_glfw.platform.platformID != GLFW_PLATFORM_WIN32) in glfwGetWin32Adapter()
561 if (_glfw.platform.platformID != GLFW_PLATFORM_WIN32) in glfwGetWin32Monitor()
H A Dnull_init.c38 GLFWbool _glfwConnectNull(int platformID, _GLFWplatform* platform) in _glfwConnectNull() argument
42 .platformID = GLFW_PLATFORM_NULL, in _glfwConnectNull()
H A Dinternal.h379 int platformID; member
684 int platformID; member
962 GLFWbool _glfwSelectPlatform(int platformID, _GLFWplatform* platform);
/third_party/icu/icu4c/source/test/perf/leperf/
H A Dcmaps.cpp74 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 DPortableFontInstance.cpp291 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 DFontObject.cpp109 CMAPEncodingSubtable *FontObject::findCMAP(le_uint16 platformID, le_uint16 platformSpecificID) in findCMAP() argument
127 if (SWAPW(esh->platformID) == platformID && in findCMAP()
H A DFontObject.h48 le_uint16 platformID; member
211 CMAPEncodingSubtable *findCMAP(le_uint16 platformID, le_uint16 platformSpecificID);
H A Dsfnt.h54 le_uint16 platformID; member
430 le_uint16 platformID; member
/third_party/icu/icu4c/source/test/letest/
H A Dcmaps.cpp70 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 DPortableFontInstance.cpp283 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 DFontObject.cpp105 CMAPEncodingSubtable *FontObject::findCMAP(le_uint16 platformID, le_uint16 platformSpecificID) in findCMAP() argument
123 if (SWAPW(esh->platformID) == platformID && in findCMAP()
H A DFontObject.h44 le_uint16 platformID; member
207 CMAPEncodingSubtable *findCMAP(le_uint16 platformID, le_uint16 platformSpecificID);
H A Dsfnt.h50 le_uint16 platformID; member
426 le_uint16 platformID; member
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-name-table.hh55 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 Dhb-ot-cmap-table.hh1333 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 Dsfnt.h51 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 Dcmap_data_generator_xml.py57 cmap_element.setAttribute('platform_id', str(cmap.platformID))
/third_party/icu/icu4c/source/samples/layout/
H A Dsfnt.h51 le_uint16 platformID; member
H A Dcmaps.cpp75 if (SWAPW(esh->platformID) == 3) { in createUnicodeMapper()
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A Dsfnt.h51 le_uint16 platformID; member
H A Dcmaps.cpp75 if (SWAPW(esh->platformID) == 3) { in createUnicodeMapper()
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftsnames.c77 aname->platform_id = entry->platformID; in FT_EXPORT_DEF()

Completed in 21 milliseconds

123