Home
last modified time | relevance | path

Searched defs:right (Results 176 - 200 of 909) sorted by relevance

12345678910>>...37

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DMatrixStack.cpp124 void MatrixStack::frustum(float left, float right, float bottom, float top, float zNear, float zFar) in frustum() argument
146 void MatrixStack::ortho(double left, double right, double bottom, double top, double zNear, double zFar) in ortho() argument
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Drescaler.c42 rescaler_t right = in WebPRescalerImportRowExpand_C() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dbuddhcal.cpp50 BuddhistCalendar& BuddhistCalendar::operator= ( const BuddhistCalendar& right) in operator =() argument
H A Dcollationcompare.cpp29 CollationCompare::compareUpToQuaternary(CollationIterator &left, CollationIterator &right, in compareUpToQuaternary() argument
[all...]
/third_party/skia/src/sksl/
H A DSkSLOperators.cpp233 bool Operator::isMatrixMultiply(const Type& left, const Type& right) { in isMatrixMultiply() argument
247 determineBinaryType(const Context& context, const Type& left, const Type& right, const Type** outLeftType, const Type** outRightType, const Type** outResultType) determineBinaryType() argument
[all...]
/third_party/skia/src/sksl/ir/
H A DSkSLBinaryExpression.cpp23 is_low_precision_matrix_vector_multiply(const Expression& left, const Operator& op, const Expression& right, const Type& resultType) is_low_precision_matrix_vector_multiply() argument
36 rewrite_matrix_vector_multiply(const Context& context, const Expression& left, const Operator& op, const Expression& right, const Type& resultType) rewrite_matrix_vector_multiply() argument
69 Convert(const Context& context, std::unique_ptr<Expression> left, Operator op, std::unique_ptr<Expression> right) Convert() argument
136 Make(const Context& context, std::unique_ptr<Expression> left, Operator op, std::unique_ptr<Expression> right) Make() argument
150 Make(const Context& context, std::unique_ptr<Expression> left, Operator op, std::unique_ptr<Expression> right, const Type* resultType) Make() argument
[all...]
/third_party/skia/src/sksl/dsl/
H A DDSLExpression.cpp172 DSLPossibleExpression DSLExpression::operator=(DSLExpression right) { in operator =() argument
177 DSLPossibleExpression DSLExpression::operator[](DSLExpression right) { in operator []() argument
237 DSLPossibleExpression LogicalXor(DSLExpression left, DSLExpression right) { in LogicalXor() argument
257 DSLPossibleExpression operator,(DSLExpression left, DSLExpression right) { in operator ,() argument
262 operator ,(DSLPossibleExpression left, DSLExpression right) operator ,() argument
267 operator ,(DSLExpression left, DSLPossibleExpression right) operator ,() argument
272 operator ,(DSLPossibleExpression left, DSLPossibleExpression right) operator ,() argument
[all...]
/third_party/skia/tests/
H A DPathOpsConicLineIntersectionTest.cpp49 double right = line[1].fX; in doIntersect() local
H A DPathOpsCubicLineIntersectionTest.cpp117 double right = line[1].fX; in doIntersect() local
H A DPathOpsQuadLineIntersectionTest.cpp48 double right = line[1].fX; in doIntersect() local
H A DPathOpsQuadLineIntersectionThreadedTest.cpp33 double right = line[1].fX; in doIntersect() local
/third_party/skia/third_party/externals/brotli/research/
H A Ddraw_histogram.cc106 int right = 1ul * (pos + copy - 1) * width / max_pos; in BuildHistogram() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocaleprioritylist.cpp49 compareLocaleAndWeight(const void * /*context*/, const void *left, const void *right) { in compareLocaleAndWeight() argument
H A Duarrsort.cpp46 uprv_uint16Comparator(const void *context, const void *left, const void *right) { in uprv_uint16Comparator() argument
52 uprv_int32Comparator(const void *context, const void *left, const void *right) { in uprv_int32Comparator() argument
58 uprv_uint32Comparator(const void *context, const void *left, const void *right) { in uprv_uint32Comparator() argument
172 int32_t left, right; in subQuickSort() local
[all...]
H A Dunorm.cpp225 _concatenate(const UChar *left, int32_t leftLength, const UChar *right, int32_t rightLength, UChar *dest, int32_t destCapacity, const Normalizer2 *n2, UErrorCode *pErrorCode) _concatenate() argument
261 unorm_concatenate(const UChar *left, int32_t leftLength, const UChar *right, int32_t rightLength, UChar *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UErrorCode *pErrorCode) unorm_concatenate() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_test_util.h45 MakeConcat(cord_internal::CordRep* left, cord_internal::CordRep* right, int depth = 0) MakeConcat() argument
/third_party/skia/gm/
H A Dtessellation.cpp362 SkPoint right = {tri[(i + 1) % 3][0], tri[(i + 1) % 3][1]}; in build_outset_triangle() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsXNode.js[all...]
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/rust/
H A Dsa_rust_interface_code_emitter.cpp159 int right = static_cast<int>(fpnp.length()) - 1; in TrimDot() local
/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Drosen_render_shape.cpp222 auto right = skRect.right(); in CreatePath() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Drosen_render_transform.cpp139 auto right = std::max(std::max(ltPoint.GetX(), rtPoint.GetX()), std::max(lbPoint.GetX(), rbPoint.GetX())); in GetTransformRect() local
/foundation/arkui/ace_engine/frameworks/core/components/tween/
H A Dtween_component.h129 void SetRight(const Dimension& right) in SetRight() argument
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dposition_param.h36 std::pair<AnimatableDimension, bool> right = { AnimatableDimension(0.0, DimensionUnit::PX), false }; member
47 std::optional<Dimension> right; member
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_layout_util.cpp236 UpdateSafeAreaPadding(const RefPtr<LayoutProperty>& layoutProperty, const std::optional<CalcLength>& left, const std::optional<CalcLength>& right, const std::optional<CalcLength>& top, const std::optional<CalcLength>& bottom) UpdateSafeAreaPadding() argument
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dclip_path.cpp45 void Inset::SetLength(const Dimension& top, const Dimension& right, const Dimension& bottom, const Dimension& left) in SetLength() argument
75 void Inset::SetRadius(const Dimension& top, const Dimension& right, const Dimension& bottom, const Dimension& left, in SetRadius() argument

Completed in 15 milliseconds

12345678910>>...37