/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | arcofzorro.h | 33 int xOffset = 0; member in ArcOfZorro
|
/third_party/skia/gm/ |
H A D | arcofzorro.cpp | 48 int xOffset = 0, yOffset = 0; variable
|
H A D | textblobtransforms.cpp | 45 SkScalar xOffset = bounds.width() + 5; variable 84 SkScalar xOffset = SkScalarCeilToScalar(bounds.width()); variable [all...] |
H A D | androidblendmodes.cpp | 66 void drawTile(SkCanvas* canvas, int xOffset, int yOffset, SkBlendMode mode) { in drawTile() argument 84 int xOffset = 0, yOffset = 0; variable
|
H A D | smallpaths.cpp | 83 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 D | mixedtextblobs.cpp | 74 SkScalar xOffset = boundsHalfWidth; variable
|
/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | swipe_recognizer.cpp | 24 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 D | CompositeBitmapGlyph.java | 30 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 D | rosen_render_search.cpp | 93 double xOffset = (searchTextRect_.Width() - textSize.Width()) / 2; in Paint() local
|
/foundation/arkui/ace_engine/frameworks/core/components/triangle/ |
H A D | render_triangle.cpp | 22 bool TriangleRotationCalculator::Calculate(double xOffset, double yOffset) in Calculate() argument
|
/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | arc.h | 83 void Move(double xOffset, double yOffset) in Move() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/ |
H A D | scroll_event_hub.h | 32 Dimension xOffset; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/ |
H A D | switch_paint_method.cpp | 103 auto xOffset = contentOffset.GetX(); in PaintSwitch() local
|
/third_party/skia/third_party/externals/angle2/samples/tri_fan_microbench/ |
H A D | TriFanMicroBench.cpp | 64 GLfloat xOffset = xMin; in createVertexBuffers() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/ |
H A D | linear_layout_utils.cpp | 186 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 D | apng_image_decoder.h | 166 uint32_t xOffset = 0; ///< x position at which to render the following frame member
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_view_group.cpp | 318 void UIViewGroup::MoveChildByOffset(int16_t xOffset, int16_t yOffset) in MoveChildByOffset() argument
|
/third_party/icu/icu4c/source/samples/layout/ |
H A D | GDIFontInstance.cpp | 93 float xOffset = ps[dyStart * 2]; in drawGlyphs() local
|
/third_party/skia/third_party/externals/angle2/samples/multiview/ |
H A D | Multiview.cpp | 18 void FillTranslationMatrix(float xOffset, float yOffset, float zOffset, float *matrix) in FillTranslationMatrix() argument
|
/third_party/skia/src/codec/ |
H A D | SkFrameHolder.h | 110 int xOffset() const { return fRect.x(); } in xOffset() function in SkFrame
|
/third_party/skia/third_party/externals/libgifcodec/ |
H A D | SkGifImageReader.cpp | 744 int height, width, xOffset, yOffset; in parse() local
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
H A D | GDIFontInstance.cpp | 93 float xOffset = ps[dyStart * 2]; in drawGlyphs() local
|
/third_party/skia/tests/ |
H A D | PathOpsBuilderConicTest.cpp | 83 SkScalar xOffset = r.nextRangeScalar(1, 40) * scale; in setupOne() local
|
/third_party/skia/src/sfnt/ |
H A D | SkOTTable_EBDT.h | 88 SK_OT_CHAR xOffset; // Position of component left member
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftoutln.c | 507 FT_Outline_Translate( const FT_Outline* outline, FT_Pos xOffset, FT_Pos yOffset ) FT_Outline_Translate() argument
|