Home
last modified time | relevance | path

Searched defs:xOffset (Results 1 - 25 of 81) sorted by relevance

1234

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Darcofzorro.h33 int xOffset = 0; member in ArcOfZorro
/third_party/skia/gm/
H A Darcofzorro.cpp48 int xOffset = 0, yOffset = 0; variable
H A Dtextblobtransforms.cpp45 SkScalar xOffset = bounds.width() + 5; variable
84 SkScalar xOffset = SkScalarCeilToScalar(bounds.width()); variable
[all...]
H A Dandroidblendmodes.cpp66 void drawTile(SkCanvas* canvas, int xOffset, int yOffset, SkBlendMode mode) { in drawTile() argument
84 int xOffset = 0, yOffset = 0; variable
H A Dsmallpaths.cpp83 static SkScalar xOffset = 34.f; in make_three_line() local
102 static SkScalar xOffset = 34.f; in make_arrow() local
121 static SkScalar xOffset = -382.f; make_curve() local
133 static SkScalar xOffset = 5.0f; make_battery() local
160 static SkScalar xOffset = 225.625f; make_battery2() local
184 static SkScalar xOffset = 120; make_ring() local
[all...]
H A Dmixedtextblobs.cpp74 SkScalar xOffset = boundsHalfWidth; variable
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dswipe_recognizer.cpp24 auto xOffset = lastPoint.x - firstPoint.x; in GetSwipeDirection() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
H A DCompositeBitmapGlyph.java30 private int xOffset; field in CompositeBitmapGlyph.Component
33 protected Component(int glyphCode, int xOffset, int yOffset) { in Component() argument
43 public int xOffset() { in xOffset() method in CompositeBitmapGlyph.Component
/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Drosen_render_search.cpp93 double xOffset = (searchTextRect_.Width() - textSize.Width()) / 2; in Paint() local
/foundation/arkui/ace_engine/frameworks/core/components/triangle/
H A Drender_triangle.cpp22 bool TriangleRotationCalculator::Calculate(double xOffset, double yOffset) in Calculate() argument
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Darc.h83 void Move(double xOffset, double yOffset) in Move() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H A Dscroll_event_hub.h32 Dimension xOffset; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dswitch_paint_method.cpp103 auto xOffset = contentOffset.GetX(); in PaintSwitch() local
/third_party/skia/third_party/externals/angle2/samples/tri_fan_microbench/
H A DTriFanMicroBench.cpp64 GLfloat xOffset = xMin; in createVertexBuffers() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/
H A Dlinear_layout_utils.cpp186 float xOffset = (direction == TextDirection::RTL) ? parentWidth - frameSize.Width() - offset.GetX() : offset.GetX(); in AdjustChildOnDirection() local
214 float xOffset = CalculateCrossOffset(size.Width(), frameSize.Width(), crossAlign); in Layout() local
282 float xOffset = in LayoutCondition() local
/foundation/arkui/ace_engine/frameworks/core/image/apng/
H A Dapng_image_decoder.h166 uint32_t xOffset = 0; ///< x position at which to render the following frame member
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_view_group.cpp318 void UIViewGroup::MoveChildByOffset(int16_t xOffset, int16_t yOffset) in MoveChildByOffset() argument
/third_party/icu/icu4c/source/samples/layout/
H A DGDIFontInstance.cpp93 float xOffset = ps[dyStart * 2]; in drawGlyphs() local
/third_party/skia/third_party/externals/angle2/samples/multiview/
H A DMultiview.cpp18 void FillTranslationMatrix(float xOffset, float yOffset, float zOffset, float *matrix) in FillTranslationMatrix() argument
/third_party/skia/src/codec/
H A DSkFrameHolder.h110 int xOffset() const { return fRect.x(); } in xOffset() function in SkFrame
/third_party/skia/third_party/externals/libgifcodec/
H A DSkGifImageReader.cpp744 int height, width, xOffset, yOffset; in parse() local
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A DGDIFontInstance.cpp93 float xOffset = ps[dyStart * 2]; in drawGlyphs() local
/third_party/skia/tests/
H A DPathOpsBuilderConicTest.cpp83 SkScalar xOffset = r.nextRangeScalar(1, 40) * scale; in setupOne() local
/third_party/skia/src/sfnt/
H A DSkOTTable_EBDT.h88 SK_OT_CHAR xOffset; // Position of component left member
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftoutln.c507 FT_Outline_Translate( const FT_Outline* outline, FT_Pos xOffset, FT_Pos yOffset ) FT_Outline_Translate() argument

Completed in 13 milliseconds

1234