Home
last modified time | relevance | path

Searched defs:pivot (Results 1 - 25 of 37) sorted by relevance

12

/third_party/skia/src/core/
H A DSkTSort.h133 static T* SkTQSort_Partition(T* left, int count, T* pivot, const C& lessThan) { in SkTQSort_Partition() argument
177 T* pivot = SkTQSort_Partition(left, count, middle, lessThan); in SkTIntroSort() local
H A DSkStrokerPriv.cpp15 static void ButtCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, in ButtCapper() argument
20 static void RoundCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, in RoundCapper() argument
31 static void SquareCapper(SkPath* path, const SkPoint& pivot, const SkVector& normal, in SquareCapper() argument
70 HandleInnerJoin(SkPath* inner, const SkPoint& pivot, const SkVector& after) HandleInnerJoin() argument
84 BluntJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, const SkPoint& pivot, const SkVector& afterUnitNormal, SkScalar radius, SkScalar invMiterLimit, bool, bool) BluntJoiner() argument
100 RoundJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, const SkPoint& pivot, const SkVector& afterUnitNormal, SkScalar radius, SkScalar invMiterLimit, bool, bool) RoundJoiner() argument
137 MiterJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, const SkPoint& pivot, const SkVector& afterUnitNormal, SkScalar radius, SkScalar invMiterLimit, bool prevIsLine, bool currIsLine) MiterJoiner() argument
[all...]
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/
H A Dgeometry_range_adapter.h154 int32_t pivot; in QuickSort() local
/third_party/skia/gm/
H A Daaclip.cpp174 SkMatrix pivot; in ClipCubicGM() local
/foundation/arkui/ui_lite/test/uitest/test_transform/
H A Dui_test_transform.cpp236 void UITestTransform::SetTransMap(int16_t angle, float scale, int16_t trans, Vector2<float> pivot) in SetTransMap() argument
244 transMap.Scale(Vector2<float>(scale_, scale_), pivot); in SetTransMap() local
/foundation/graphic/graphic_utils_lite/frameworks/
H A Dtransform.cpp97 void TransformMap::Scale(const Vector2<float>& scale, const Vector2<float>& pivot) in Scale() argument
102 void TransformMap::Scale(const Vector3<float>& scale, const Vector3<float>& pivot) in Scale() argument
124 void TransformMap::Rotate(int16_t angle, const Vector2<float>& pivot) in Rotate() argument
339 Rotate(const Vector2<int16_t>& point, int16_t angle, const Vector2<int16_t>& pivot, Vector2<int16_t>& out) Rotate() argument
354 Rotate(const Line& origLine, int16_t angle, const Vector2<int16_t>& pivot, Line& out) Rotate() argument
363 Rotate(const Rect& origRect, int16_t angle, const Vector2<int16_t>& pivot, Polygon& out) Rotate() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Ddovi_rpu.c307 int pivot = 0; in ff_dovi_rpu_parse() local
H A Dmss12.h73 Model pivot, edge_mode, split_mode; member
H A Dmss12.c545 int mode, pivot; in ff_mss12_decode_rect() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DStringRange.java172 public boolean merge(int pivot, Ranges other) { in merge() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DStringRange.java179 public boolean merge(int pivot, Ranges other) { in merge() argument
/third_party/skia/samplecode/
H A DSampleAndroidShadows.cpp269 SkPoint pivot = SkPoint::Make(fWideRectPath.getBounds().width()/2, variable
[all...]
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_analog_clock.cpp248 Vector2<float> pivot; in CalculateRedrawArea() local
H A Dui_view.cpp278 void UIView::Rotate(int16_t angle, const Vector2<float>& pivot) in Rotate() argument
304 void UIView::Scale(const Vector2<float>& scale, const Vector2<float>& pivot) in Scale() argument
311 void UIView::Scale(const Vector3<float>& scale, const Vector3<float>& pivot) in Scale() argument
[all...]
/foundation/graphic/graphic_utils_lite/frameworks/diagram/rasterizer/
H A Drasterizer_cells_antialias.cpp572 CellBuildAntiAlias** pivot = base + len / TWO_TIMES; in QsortCells() local
/third_party/mesa3d/src/egl/main/
H A Deglconfig.c693 const EGLint pivot = 0; in _eglSortConfigs() local
/third_party/icu/icu4c/source/test/perf/utfperf/
H A Dutfperf.cpp37 static UChar pivot[INTERMEDIATE_CAPACITY]; variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_dump.cpp331 Vector2f pivot = properties.GetPivot(); in DumpNodePropertiesTransform() local
/third_party/ffmpeg/libavfilter/
H A Dvf_colormap.c64 int pivot[MAX_SIZE + 4]; member
243 int pivot[4]; in build_map() local
261 int *pivot = s->pivot; in build_map() local
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dgraphic_math.h565 Matrix3<T> Matrix3<T>::Rotate(T angle, const Vector2<T>& pivot) in Rotate() argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test.cpp991 auto pivot = properties.GetPivot(); in HWTEST_F() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageMismatchedWriteOpTests.cpp417 tcu::Vec4 gluePixels (const tcu::Vec4& a, const tcu::Vec4& b, const int pivot) in gluePixels() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMismatchedWriteOpTests.cpp420 tcu::Vec4 gluePixels (const tcu::Vec4& a, const tcu::Vec4& b, const int pivot) in gluePixels() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-algs.hh1008 char *pl, *ple, *pr, *pre, *pivot; in sort_r_simple() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DTranslatorMetalDirect.cpp299 TIntermBinary *pivot = specConst->getHalfRenderArea(); in InsertFragCoordCorrection() local
916 TIntermConstantUnion *pivot in translateImpl() local
218 RotateAndFlipBuiltinVariable(TCompiler *compiler, TIntermBlock *root, TIntermSequence *insertSequence, TIntermTyped *flipXY, TSymbolTable *symbolTable, const TVariable *builtin, const Name &flippedVariableName, TIntermTyped *pivot, TIntermTyped *fragRotation) RotateAndFlipBuiltinVariable() argument
[all...]

Completed in 26 milliseconds

12