/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | cord_ring_test.cc | 265 CordRepConcat* MakeConcat(CordRep* left, CordRep* right, int depth = 0) { in MakeConcat() argument 601 auto* right = MakeConcat(flats[2], RefIfInputSharedIndirect(flats[3])); in TEST_P() local 615 auto* right = MakeConcat(flats[2], RefIfInputSharedIndirect(flats[3])); in TEST_P() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_btree_test.cc | 593 CordRepBtree* right = MakeLeaf(2); in TEST_P() local 595 refs.RefIf(second_shared(), right); in TEST_P() local 618 CordRepBtree* right = MakeLeaf(CordRepBtree::kMaxCapacity - 1); in TEST_P() local 619 refs.RefIf(second_shared(), right); in TEST_P() local 642 CordRepBtree* right = MakeTree(CordRepBtree::kMaxCapacity * 2); TEST_P() local 644 refs.RefIf(second_shared(), right); TEST_P() local 670 CordRepBtree* right = MakeTree(3); TEST_P() local 672 refs.RefIf(second_shared(), right); TEST_P() local 698 CordRepBtree* right = MakeTree(3); TEST_P() local 700 refs.RefIf(second_shared(), right); TEST_P() local 749 CordRepBtree* right = MakeTree(random_leaf_count(), coin_flip(rnd)); TEST() local 753 RefEdgesAt(dist(rnd), refs, right); TEST() local 941 auto* right = MakeConcat(flats[2], refs.RefIf(first_shared(), flats[3])); TEST_P() local 955 auto* right = MakeConcat(flats[2], refs.RefIf(first_shared(), flats[3])); TEST_P() local 970 auto* right = MakeConcat(flats[2], refs.RefIf(first_shared(), flats[3])); TEST_P() local [all...] |
/third_party/skia/include/c/ |
H A D | sk_types.h | 80 int32_t right; member 87 float right; member
|
/third_party/skia/experimental/sktext/include/ |
H A D | Types.h | 157 bool right() const { in right() function
|
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
H A D | Canvas.java | 82 public void clipRect(float left, float top, float right, float bottom, in clipRect() argument 87 public void clipRRect(float left, float top, float right, float bottom, float xRad, float yRad, in clipRRect() argument 96 public void drawRect(float left, float top, float right, float bottom, Paint paint) { in drawRect() argument 175 private static native void nClipRect(long nativeInstance, float left, float top, float right, in nClipRect() argument 177 private static native void nClipRRect(long nativeInstance, float left, float top, float right, in nClipRRect() argument 185 nDrawRect(long nativeInstance, float left, float top, float right, float bottom, long nativePaint) nDrawRect() argument
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_item_info.cpp | 228 bool FormItemInfo::IsEqual(const std::string &left, const std::string &right) in IsEqual() argument
|
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/ |
H A D | source_map.cpp | 309 int32_t right = static_cast<int32_t>(targetMap.afterPos_.size()) - 1; in Find() local
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/ |
H A D | style.h | 121 Dimension right; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | layout_wrapper.cpp | 61 auto right = offset.GetX() + geometryNode->GetMarginFrameSize().Width(); in OffsetNodeToSafeArea() local [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_calendar_picker.cpp | 369 SetPaddings(const std::optional<CalcDimension>& top, const std::optional<CalcDimension>& bottom, const std::optional<CalcDimension>& left, const std::optional<CalcDimension>& right) SetPaddings() argument [all...] |
H A D | js_tab_content.cpp | 424 CalcDimension right; in SetPadding() local [all...] |
H A D | js_button.cpp | 442 CalcDimension right = CalcDimension(0.0, DimensionUnit::VP); in GetOldPadding() local 485 SetPaddings(const std::optional<CalcDimension>& top, const std::optional<CalcDimension>& bottom, const std::optional<CalcDimension>& left, const std::optional<CalcDimension>& right) SetPaddings() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/accessibility/ |
H A D | accessibility_node.h | 408 auto right = std::max(std::max(ltPoint.GetX(), rtPoint.GetX()), std::max(lbPoint.GetX(), rbPoint.GetX())); in GetRectWithTransform() local
|
/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | shape.h | 218 void SetRight(const Dimension& right) in SetRight() argument
|
/foundation/arkui/ace_engine/frameworks/base/resource/ |
H A D | ace_res_config.cpp | 340 SortLocaleConfigs(std::vector<AceResConfig>& candidatesLocaleConfig, const AceResConfig& deviceLocaleConfig, int32_t left, int32_t right) SortLocaleConfigs() argument 547 SortResConfigs( const AceResConfig& desiredConfig, std::vector<AceResConfig>& candidateConfigs, int32_t left, int32_t right) SortResConfigs() argument 570 SortDeclarativeResConfigs( const AceResConfig& desiredConfig, std::vector<AceResConfig>& candidateConfigs, int32_t left, int32_t right) SortDeclarativeResConfigs() argument 798 int32_t right = static_cast<int32_t>(matchedLocaleConfigs.size()) - 1; MatchAndSortI18nConfigs() local 836 int32_t right = static_cast<int32_t>(matchedResConfigs.size()) - 1; MatchAndSortResConfigs() local 888 int32_t right = static_cast<int32_t>(matchedResConfigs.size()) - 1; MatchAndSortDeclarativeResConfigs() local [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/select/ |
H A D | select_test_ng.cpp | 942 CalcDimension right = 20.0_vp; in HWTEST_F() local 1002 CalcDimension right = -20.0_vp; in HWTEST_F() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/panel/ |
H A D | panel_test_ng.cpp | 120 PaddingProperty CreatePadding(float left, float top, float right, float bottom) in CreatePadding() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/button/ |
H A D | button_test_ng.cpp | 233 PaddingProperty CreatePadding(float left, float top, float right, float bottom) in CreatePadding() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
H A D | menu_layoutThi_test_ng.cpp | 594 auto right = layoutAlgorithm->right_; in HWTEST_F() local 654 auto right = layoutAlgorithm->right_; in HWTEST_F() local 716 auto right = layoutAlgorithm->right_; in HWTEST_F() local
|
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/ |
H A D | drawable_descriptor.cpp | 54 inline bool NearEqual(const double left, const double right, const double epsilon) in NearEqual() argument 59 inline bool NearEqual(const double left, const double right) in NearEqual() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tab_bar_layout_algorithm.cpp | 154 auto right = padding->right.value_or(CalcLength(0.0_vp)).GetDimension().ConvertToPx(); in GetContentMainSize() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | txt_paragraph.cpp | 444 auto right = textBox.rect.fRight; in AdjustIndexForward() local 448 auto right = textBox.rect.GetRight(); in AdjustIndexForward() local
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | render_node_modifier.cpp | 273 void SetBorderStyle(ArkUINodeHandle node, ArkUI_Int32 left, ArkUI_Int32 top, ArkUI_Int32 right, ArkUI_Int32 bottom) in SetBorderStyle() argument 288 void SetBorderWidth(ArkUINodeHandle node, ArkUI_Float32 left, ArkUI_Float32 top, ArkUI_Float32 right, in SetBorderWidth() argument 310 void SetBorderColor(ArkUINodeHandle node, uint32_t left, uint32_t top, uint32_t right, uint32_t bottom) in SetBorderColor() argument
|
/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/ |
H A D | js_plugin_util.cpp | 692 bool AceIsSameFuncFromJS(ACECallbackInfo& left, ACECallbackInfo& right) in AceIsSameFuncFromJS() argument
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_canvas.cpp | 198 int16_t right = static_cast<int16_t>(point.x + width); in AddRect() local
|