Home
last modified time | relevance | path

Searched refs:props (Results 376 - 400 of 655) sorted by relevance

1...<<11121314151617181920>>...27

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-directwrite.cc605 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 Dhb-ot-shape-complex-arabic.cc212 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 Dhb-uniscribe.cc690 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 Dhb-shape.cc129 hb_shape_plan_t *shape_plan = hb_shape_plan_create_cached2 (font->face, &buffer->props, in hb_shape_full()
H A Dhb-ot-map.cc55 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 Dfm.cpp322 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 DgenericFunctionInference1.js99 props: P;
100 constructor(props: P);
103 type CompClass<P> = new (props: P) => Comp<P>;
170 type Component<P> = (props: P) => {};
H A DquickIntersectionCheckCorrectlyCachesErrors.js3 (props: P & { children?: boolean }): void;
H A DintersectionThisTypes.js30 extend<T>(props: T): this & T;
H A DjsxViaImport.2.js5 interface ElementAttributesProperty { props; }
H A DjsxViaImport.js5 interface ElementAttributesProperty { props; }
/third_party/vk-gl-cts/external/amber/src/samples/
H A Dconfig_helper_vulkan.cc1185 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 DSkCanvas.h121 @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 D7zOut.cpp206 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 DUpdateCallback.cpp720 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 Dgenprops.h37 virtual void setProps(const icu::UniProps &props, const icu::UnicodeSet &newValues, UErrorCode &errorCode);
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_target_nvc0.h41 void initProps(const struct nvc0_opProperties *props, int size);
/third_party/node/lib/internal/perf/
H A Dobserve.js508 const props = {};
512 props[key] = {
523 ObjectDefineProperties(entry, props);
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
H A Dcontainer.js13 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 Dmir.c302 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 Dsamplecheck.bat58 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 DCLContext.cpp85 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 Dsamplecheck.bat58 set SAMPLE_PROPS=%ICU_SAMPLESDIR%\props\%ICU_ARCH%\%ICU_DBRL%\props.exe
153 @set THT=props
/third_party/skia/tools/
H A DMSKPPlayer.cpp449 // 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 Dcompute_buildstats.py123 props = [
130 props.extend([
135 propstr = ' '.join(str(prop) for prop in props)

Completed in 19 milliseconds

1...<<11121314151617181920>>...27