| /third_party/skia/include/core/ |
| D | SkFontParameters.h | 17 struct Axis { struct 18 constexpr Axis() : tag(0), min(0), def(0), max(0), flags(0) {} in Axis() function 19 constexpr Axis(SkFourByteTag tag, float min, float def, float max, bool hidden) : in Axis() function 23 SkFourByteTag tag; 25 float min; 27 float def; 29 float max; 31 bool isHidden() const { return flags & HIDDEN; } in isHidden() 33 void setHidden(bool hidden) { flags = hidden ? (flags | HIDDEN) : (flags & ~HIDDEN); } in setHidden() 37 uint16_t flags;
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-ot-layout-base-table.hh | 374 struct Axis struct 376 bool get_baseline (hb_tag_t baseline_tag, in get_baseline() 402 bool get_min_max (hb_tag_t script_tag, in get_min_max() 420 bool sanitize (hb_sanitize_context_t *c) const in sanitize() 430 baseTagList; /* Offset to BaseTagList table, from beginning 435 baseScriptList; /* Offset to BaseScriptList table, from beginning
|
| /third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
| D | ohos_multimodalInput_mouseEvent.js | 37 export const Axis = { variable 72 Axis, property
|
| /third_party/cups-filters/filter/pdftopdf/ |
| D | pptypes.h | 8 enum Axis { X, Y }; enum
|
| /third_party/skia/tests/ |
| D | TypefaceMacTest.cpp | 67 using Axis = SkFontParameters::Variation::Axis; in DEF_TEST() typedef
|
| D | TypefaceTest.cpp | 333 using Axis = SkFontParameters::Variation::Axis; in DEF_TEST() typedef
|
| /third_party/skia/src/utils/ |
| D | SkCustomTypeface.cpp | 88 int onGetVariationDesignParameters(SkFontParameters::Variation::Axis[], in onGetVariationDesignParameters()
|
| /third_party/typescript/src/harness/ |
| D | vfsUtil.ts | 1191 …export type Axis = "ancestors" | "ancestors-or-self" | "self" | "descendants-or-self" | "descendan… alias
|
| /third_party/skia/third_party/externals/freetype/src/autofit/ |
| D | aflatin.c | 1203 AF_LatinAxis Axis = &metrics->axis[AF_DIMENSION_VERT]; in af_latin_metrics_scale_dim() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
| D | vktComputeBasicComputeShaderTests.cpp | 3519 enum class Axis { X = 0, Y = 1, Z = 2 }; enum in vkt::compute::__anon854ffb860111::MaxWorkGroupSizeTest
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
| D | vktComputeBasicComputeShaderTests.cpp | 3755 enum class Axis { X = 0, Y = 1, Z = 2 }; enum in vkt::compute::__anonfa2ef2460111::MaxWorkGroupSizeTest
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 73753 enum class Axis : int8_t { enum
|