| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| H A D | node_common_modifier.cpp | 882 std::optional<CalcDimension> top; in ParseEdges() local 2363 void SetPadding(ArkUINodeHandle node, const struct ArkUISizeType* top, const struct ArkUISizeType* right, in SetPadding() argument 2731 SetMargin(ArkUINodeHandle node, const struct ArkUISizeType* top, const struct ArkUISizeType* right, const struct ArkUISizeType* bottom, const struct ArkUISizeType* left) SetMargin() argument 4655 SetOutlineWidthFloat(ArkUINodeHandle node, ArkUI_Float32 left, ArkUI_Float32 top, ArkUI_Float32 right, ArkUI_Float32 bottom) SetOutlineWidthFloat() argument [all...] |
| /third_party/backends/backend/ |
| H A D | mustek_usb2_asic.h | 272 unsigned int top; member
|
| /third_party/cups-filters/utils/ |
| H A D | cups-browsed.c | 2071 bottom, left, right, top; in get_pagesize() local 2688 bottom, left, right, top; in get_cluster_sizes() local 2964 bottom, left, right, top; in get_cluster_default_attributes() local 7669 int count, left, right, bottom, top; update_cups_queues() local [all...] |
| /third_party/mesa3d/src/glx/tests/ |
| H A D | indirect_api.cpp | 159 void __indirect_glFrustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble near_val, GLdouble far_val) { } in __indirect_glFrustum() argument 244 void __indirect_glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble near_val, GLdouble far_val) { } in __indirect_glOrtho() argument
|
| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| H A D | ngtcp2_conn.c | 12396 ngtcp2_strm *top; in conn_extend_max_stream_offset() local
|
| /third_party/pcre2/pcre2/src/ |
| H A D | pcre2test.c | 3556 int top = MODLISTCOUNT; in scan_modifiers() local
|
| H A D | pcre2_jit_compile.c | 243 struct backtrack_common *top; member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineExtendedDynamicStateTests.cpp | 1466 HorizontalSplitGenerator (const tcu::Vec4& top, const tcu::Vec4& bottom) in HorizontalSplitGenerator() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Context_gl.cpp | 1011 frustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) frustum() argument 1316 ortho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) ortho() argument
|
| /third_party/toybox/generated/ |
| H A D | globals.h | 1221 struct stat top; member 1448 } top; member
|
| /third_party/toybox/toys/pending/ |
| H A D | bc.c | 3160 BcLexType top; in bc_parse_rightParen() local 4186 BcLexType top, t = p->l.t; in bc_parse_expr_err() local [all...] |
| /third_party/vixl/src/aarch64/ |
| H A D | simulator-aarch64.cc | 2650 bool top = false; in Simulator() local 2868 bool top = false; Simulator() local [all...] |
| /third_party/python/Python/ |
| H A D | compile.c | 2116 struct fblockinfo *top = &c->u->u_fblock[c->u->u_nfblocks-1]; in compiler_unwind_fblock_stack() local 8641 int top = stack[0]; swaptimize() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineExtendedDynamicStateTests.cpp | 1105 HorizontalSplitGenerator (const tcu::Vec4& top, const tcu::Vec4& bottom) in HorizontalSplitGenerator() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_native_common_bridge.cpp | 965 Color top; in ParseOuterBorderColor() local 1564 CalcDimension top; in SetBorderWidth() local 3470 CalcDimension top; in SetPixelStretchEffect() local 4017 struct ArkUISizeType top = { 0.0, static_cast<int8_t>(DimensionUnit::VP) }; SetPadding() local 4106 ArkUISizeType top = { 0.0, static_cast<int8_t>(DimensionUnit::VP), nullptr }; SetMargin() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
| H A D | text_field_pattern.cpp | 3194 auto top = !paddingProperty ? CalcLength(themePadding.Top()).GetDimension() in ProcessInnerPadding() local 6435 auto top = paddingProperty->top.has_value() ? paddingProperty->top->GetDimension().ConvertToPx() : 0.0f; OnBackPressed() local [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | dlist.c | 2778 save_Frustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) save_Frustum() argument 3376 save_Ortho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) save_Ortho() argument 9414 save_MatrixOrthoEXT(GLenum matrixMode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) save_MatrixOrthoEXT() argument 9437 save_MatrixFrustumEXT(GLenum matrixMode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) save_MatrixFrustumEXT() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libGL/ |
| H A D | libGL_autogen.cpp | 890 glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) in glOrtho() argument 439 glFrustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) glFrustum() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_view_abstract.cpp | 409 CalcDimension top; in ParseLocationPropsEdges() local 484 CalcDimension top; in ParseLocalizedEdges() local 522 CalcDimension top; in ParseMarkAnchorPosition() local 1281 Color top; ParseEdgeColors() local 1301 Color top; ParseLocalizedEdgeColors() local 1339 CalcDimension top; ParseEdgeWidths() local 1368 CalcDimension top; ParseEdgeWidthsProps() local 3070 CalcDimension top; JsPixelStretchEffect() local 3092 InitPixStretchEffect( CalcDimension& left, CalcDimension& right, CalcDimension& top, CalcDimension bottom) InitPixStretchEffect() argument 3762 GetLocalizedPadding(const std::optional<CalcDimension>& top, const std::optional<CalcDimension>& bottom, const std::optional<CalcDimension>& start, const std::optional<CalcDimension>& end) GetLocalizedPadding() argument 3802 ParseMarginOrPaddingCorner(JSRef<JSObject> obj, std::optional<CalcDimension>& top, std::optional<CalcDimension>& bottom, std::optional<CalcDimension>& left, std::optional<CalcDimension>& right) ParseMarginOrPaddingCorner() argument 4122 CalcDimension top; ParseOuterBorderWidth() local [all...] |
| /foundation/arkui/ace_engine/interfaces/native/node/ |
| H A D | style_modifier.cpp | 945 struct ArkUISizeType top = { item->value[topIndex].f32, unit }; in SetPadding() local 1046 ArkUISizeType top, right, bottom, left; in SetMargin() local 3432 struct ArkUISizeType top = { item->value[topIndex].f32, UNIT_PERCENT }; SetPaddingPercent() local 3468 struct ArkUISizeType top = { item->value[topIndex].f32, UNIT_PERCENT }; SetMarginPercent() local [all...] |
| /third_party/mesa3d/include/D3D9/ |
| H A D | d3d9types.h | 134 LONG top; member
|
| /third_party/protobuf/ruby/ext/google/protobuf_c/ |
| H A D | upb.c | 8099 int *stack, *top, *stacklimit; global() member 8115 static upb_pb_encoder_segment *top(upb_pb_encoder *e) { top() function 9200 upb_jsonparser_frame *top; global() member 11803 int top = parser->parser_top; parse() local 12227 int top; json_parser_reset() local [all...] |
| H A D | upb.h | 6149 upb_pbdecoder_frame *stack, *top, *limit; member
|
| /third_party/glfw/deps/ |
| H A D | nuklear.h | 4451 struct nk_color top; member 8903 nk_fill_rect_multi_color(struct nk_command_buffer *b, struct nk_rect rect, struct nk_color left, struct nk_color top, struct nk_color right, struct nk_color bottom) nk_fill_rect_multi_color() argument 10192 nk_draw_list_fill_rect_multi_color(struct nk_draw_list *list, struct nk_rect rect, struct nk_color left, struct nk_color top, struct nk_color right, struct nk_color bottom) nk_draw_list_fill_rect_multi_color() argument [all...] |
| /third_party/skia/third_party/externals/sfntly/java/lib/ |
| H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |