/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-directwrite.cc | 605 readingDirection = buffer->props.direction ? in _hb_directwrite_shape() 632 bool isRightToLeft = HB_DIRECTION_IS_BACKWARD (buffer->props.direction); in _hb_directwrite_shape() 635 if (buffer->props.language) in _hb_directwrite_shape() 637 hb_language_to_string (buffer->props.language), 20); in _hb_directwrite_shape()
|
H A D | hb-ot-shape-complex-arabic.cc | 212 bool has_fallback = plan->props.script == HB_SCRIPT_ARABIC && !FEATURE_IS_SYRIAC (arabic_features[i]); in collect_features_arabic() 223 if (plan->props.script == HB_SCRIPT_ARABIC) in collect_features_arabic() 266 arabic_plan->do_fallback = plan->props.script == HB_SCRIPT_ARABIC; in data_create_arabic() 379 setup_masks_arabic_plan (arabic_plan, buffer, plan->props.script); in setup_masks_arabic()
|
H A D | hb-uniscribe.cc | 690 bidi_state.uBidiLevel = HB_DIRECTION_IS_FORWARD (buffer->props.direction) ? 0 : 1; in _hb_uniscribe_shape() 708 hb_ot_tags_from_script_and_language (buffer->props.script, in _hb_uniscribe_shape() 709 buffer->props.language, in _hb_uniscribe_shape() 733 bool backward = HB_DIRECTION_IS_BACKWARD (buffer->props.direction); in _hb_uniscribe_shape()
|
H A D | hb-shape.cc | 129 hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached2 (font->face, &buffer->props, in hb_shape_full()
|
H A D | hb-ot-map.cc | 55 props = *props_; in hb_ot_map_builder_t() 65 hb_ot_tags_from_script_and_language (props.script, in hb_ot_map_builder_t() 66 props.language, in hb_ot_map_builder_t()
|
/third_party/skia/tools/fm/ |
H A D | fm.cpp | 322 SkSurfaceProps props(flags, kRGB_H_SkPixelGeometry); in draw_with_gpu() 332 &props); in draw_with_gpu() 342 &props); in draw_with_gpu() 351 &props); in draw_with_gpu()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | genericFunctionInference1.js | 99 props: P; 100 constructor(props: P); 103 type CompClass<P> = new (props: P) => Comp<P>; 170 type Component<P> = (props: P) => {};
|
H A D | quickIntersectionCheckCorrectlyCachesErrors.js | 3 (props: P & { children?: boolean }): void;
|
H A D | intersectionThisTypes.js | 30 extend<T>(props: T): this & T;
|
H A D | jsxViaImport.2.js | 5 interface ElementAttributesProperty { props; }
|
H A D | jsxViaImport.js | 5 interface ElementAttributesProperty { props; }
|
/third_party/vk-gl-cts/external/amber/src/samples/ |
H A D | config_helper_vulkan.cc | 1185 const VkPhysicalDeviceProperties& props = properties2.properties; in DumpPhysicalDeviceInfo() local 1187 uint32_t api_version = props.apiVersion; in DumpPhysicalDeviceInfo() 1194 std::cout << " driverVersion: " << props.driverVersion << std::endl; in DumpPhysicalDeviceInfo() 1195 std::cout << " vendorID: " << props.vendorID << std::endl; in DumpPhysicalDeviceInfo() 1196 std::cout << " deviceID: " << props.deviceID << std::endl; in DumpPhysicalDeviceInfo() 1197 std::cout << " deviceType: " << deviceTypeToName(props.deviceType) in DumpPhysicalDeviceInfo() 1199 std::cout << " deviceName: " << props.deviceName << std::endl; in DumpPhysicalDeviceInfo()
|
/third_party/skia/include/core/ |
H A D | SkCanvas.h | 121 @param props LCD striping orientation and setting for device independent fonts; 127 const SkSurfaceProps* props = nullptr); 171 If props equals nullptr, SkSurfaceProps are created with 179 @param props LCD striping orientation and setting for device independent fonts; 185 SkCanvas(int width, int height, const SkSurfaceProps* props = nullptr); 224 Use props to match the device characteristics, like LCD striping. 231 @param props order and orientation of RGB striping; and whether to use 237 SkCanvas(const SkBitmap& bitmap, const SkSurfaceProps& props); 256 GPU surface, and returns true. Otherwise, returns false and leave props unchanged. 258 @param props storag [all...] |
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zOut.cpp | 206 UInt32 COutArchive::GetVolHeadersSize(UInt64 dataSize, int nameLength, bool props)
in GetVolHeadersSize() argument 214 if (props)
in GetVolHeadersSize() 224 UInt64 COutArchive::GetVolPureSize(UInt64 volSize, int nameLength, bool props)
in GetVolPureSize() argument 226 UInt32 headersSizeBase = COutArchive::GetVolHeadersSize(1, nameLength, props);
in GetVolPureSize() 232 UInt32 headersSize = COutArchive::GetVolHeadersSize(testSize, nameLength, props);
in GetVolPureSize()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | UpdateCallback.cpp | 720 CStreamFileProps props;
in GetStream2() local 721 if (inStreamSpec->GetProps2(&props) == S_OK)
in GetStream2() 723 if (props.NumLinks > 1)
in GetStream2() 726 pair.Key1 = props.VolID;
in GetStream2() 727 pair.Key2 = props.FileID_Low;
in GetStream2()
|
/third_party/icu/tools/unicode/c/genprops/ |
H A D | genprops.h | 37 virtual void setProps(const icu::UniProps &props, const icu::UnicodeSet &newValues, UErrorCode &errorCode);
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_target_nvc0.h | 41 void initProps(const struct nvc0_opProperties *props, int size);
|
/third_party/node/lib/internal/perf/ |
H A D | observe.js | 508 const props = {}; 512 props[key] = { 523 ObjectDefineProperties(entry, props);
|
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/ |
H A D | container.js | 13 function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | mir.c | 302 unsigned props = alu_opcode_props[ins->op].props; in mir_bytemask_of_read_components_index() local 304 unsigned channel_override = GET_CHANNEL_COUNT(props); in mir_bytemask_of_read_components_index()
|
/third_party/icu/icu4c/source/samples/all/ |
H A D | samplecheck.bat | 58 set SAMPLE_PROPS=%ICU_SAMPLESDIR%\props\%ICU_ARCH%\%ICU_DBRL%\props.exe 153 @set THT=props
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | CLContext.cpp | 85 CommandQueueProperties props; in createCommandQueueWithProperties() local 95 props = static_cast<cl_command_queue_properties>(*propIt++); in createCommandQueueWithProperties() 108 std::move(propArray), props, size); in createCommandQueueWithProperties()
|
/third_party/skia/third_party/externals/icu/source/samples/all/ |
H A D | samplecheck.bat | 58 set SAMPLE_PROPS=%ICU_SAMPLESDIR%\props\%ICU_ARCH%\%ICU_DBRL%\props.exe 153 @set THT=props
|
/third_party/skia/tools/ |
H A D | MSKPPlayer.cpp | 449 // Assume layer has same surface props and info as this (mskp doesn't currently record this in MakeSurfaceForLayer() 451 SkSurfaceProps props; in MakeSurfaceForLayer() local 452 rootCanvas->getProps(&props); in MakeSurfaceForLayer() 454 &props); in MakeSurfaceForLayer()
|
/third_party/skia/infra/bots/recipes/ |
H A D | compute_buildstats.py | 123 props = [ 130 props.extend([ 135 propstr = ' '.join(str(prop) for prop in props)
|