/third_party/skia/third_party/externals/freetype/builds/mac/ |
H A D | ftmac.c | 361 UInt8* path, in FT_EXPORT_DEF() 377 UInt8* path, in FT_EXPORT_DEF() 477 FT_FSPathMakeSpec( const UInt8* pathname, in FT_FSPathMakeSpec() 534 UInt8* path, in FT_FSpMakePath() 574 FT_FSPathMakeRes( const UInt8* pathname, in FT_FSPathMakeRes() 618 get_file_type_from_path( const UInt8* pathname ) in get_file_type_from_path() 835 lookup_lwfn_by_fond( const UInt8* path_fond, in lookup_lwfn_by_fond() 837 UInt8* path_lwfn, in lookup_lwfn_by_fond() 924 const UInt8* pathname ) in count_faces() 929 UInt8 buf in count_faces() [all...] |
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftmac.c | 222 UInt8* path, in FT_EXPORT_DEF() 279 FT_FSPathMakeRes( const UInt8* pathname, in FT_FSPathMakeRes() 304 get_file_type_from_path( const UInt8* pathname ) in get_file_type_from_path() 502 lookup_lwfn_by_fond( const UInt8* path_fond, in lookup_lwfn_by_fond() 504 UInt8* path_lwfn, in lookup_lwfn_by_fond() 546 const UInt8* pathname ) in count_faces() 551 UInt8 buff[PATH_MAX]; in count_faces() 701 const UInt8* pathname, in FT_New_Face_From_LWFN() 805 const UInt8* pathname, in FT_New_Face_From_Suitcase() 862 UInt8 path_lwf in FT_EXPORT_DEF() [all...] |
/third_party/node/deps/uv/src/unix/ |
H A D | darwin.c | 42 typedef unsigned char UInt8; typedef 205 UInt8 *(*pCFDataGetBytePtr)(CFDataRef); in uv__get_cpu_speed() 207 void (*pCFDataGetBytes)(CFDataRef, CFRange, UInt8*); in uv__get_cpu_speed() 274 const UInt8* raw = pCFDataGetBytePtr(data); in uv__get_cpu_speed() 283 const UInt8* freq_ref_ptr = pCFDataGetBytePtr(freq_ref); in uv__get_cpu_speed()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 400 UInt8, enumerator 428 explicit Variant(uint8_t V) : Type(PDB_VariantType::UInt8) { in Variant() 429 Value.UInt8 = V; in Variant() 459 uint8_t UInt8; member 481 VARIANT_EQUAL_CASE(UInt8) in operator ==()
|
/third_party/lame/mac/ |
H A D | Precompile_Common.h | 25 #define uint8_t UInt8
|
/third_party/skia/src/ports/ |
H A D | SkOSFile_ios.h | 25 (const UInt8*)path, in ios_get_path_in_bundle()
|
H A D | SkFontMgr_mac_ct.cpp | 259 kCFAllocatorDefault, (const UInt8 *)addr, size, alloc.get())); in cfdata_from_skdata() 502 kCFAllocatorDefault, reinterpret_cast<const UInt8 *>(&character), sizeof(character),
|
H A D | SkTypeface_mac_ct.cpp | 517 const UInt8* bits = CFDataGetBytePtr(bitmap.get()); 912 const UInt8* data = CFDataGetBytePtr(srcData.get());
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | ftmac.h | 197 UInt8* path,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
H A D | PDBExtras.cpp | 34 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, UInt8, OS) in operator <<() 370 case PDB_VariantType::UInt8: in operator <<() 371 OS << static_cast<unsigned>(Value.Value.UInt8); in operator <<()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
H A D | MsgPackWriter.cpp | 67 EW.write(FirstByte::UInt8); in write()
|
H A D | MsgPackReader.cpp | 58 case FirstByte::UInt8: in read()
|
/third_party/glfw/src/ |
H A D | cocoa_platform.h | 117 typedef UInt8 (*PFN_LMGetKbdType)(void);
|
/third_party/vulkan-loader/tests/framework/shim/ |
H A D | unix_shim.cpp | 323 [[maybe_unused]] Boolean resolveAgainstBase, UInt8* buffer, in my_CFURLGetFileSystemRepresentation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIARawSymbol.cpp | 50 Result.Value.UInt8 = V.bVal; in VariantFromVARIANT() 51 Result.Type = PDB_VariantType::UInt8; in VariantFromVARIANT()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | unistr.c | 1723 (UInt8*) result, resultLength - 1,
|
/third_party/skia/src/utils/mac/ |
H A D | SkCTFont.cpp | 361 CFDataCreate(kCFAllocatorDefault, (const UInt8 *)data->data(), data->size())); in SkCTFontGetDataFontWeightMapping()
|
/third_party/backends/sanei/ |
H A D | sanei_scsi.c | 878 UInt8 *guid; in sanei_scsi_open_extended() 1191 guid = (UInt8 *) malloc (len); in sanei_scsi_open_extended() 5694 UInt8 transferType = 0; in ExecuteSCSITask()
|
/third_party/curl/lib/vtls/ |
H A D | sectransp.c | 1204 (const UInt8 *)cPath, in CopyIdentityFromPKCS12File()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.cpp | 11078 CFDataRef cf_data = CFDataCreate(kCFAllocatorDefault, (const UInt8*)text, strlen(text)); in SetClipboardTextFn_DefaultImpl() 11109 CFDataGetBytes(cf_data, CFRangeMake(0, length), (UInt8*)g.ClipboardHandlerData.Data); in GetClipboardTextFn_DefaultImpl()
|
/third_party/vulkan-loader/loader/ |
H A D | loader.c | 3188 if (CFURLGetFileSystemRepresentation(ref, TRUE, (UInt8 *)cur_path_ptr, search_path_size)) {
|