/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | package.cpp | 1251 int32_t top; in allocString() local
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
H A D | cffload.c | 1887 CFF_FontRecDict top = &subfont->font_dict; in FT_LOCAL_DEF() local 2000 CFF_FontRecDict top = &subfont->font_dict; cff_subfont_load() local [all...] |
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttgload.c | 2315 FT_Pos top; /* scaled vertical top side bearing */ in compute_glyph_metrics() local [all...] |
H A D | ttinterp.h | 161 FT_Long top; /* @ top of exec. stack */ member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | regcomp.c | 1130 cset *top = &p->g->sets[p->g->ncsets]; in freeset() local 1153 cset *top = &p->g->sets[p->g->ncsets]; in freezeset() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | regcomp.c | 1258 cset *top = &p->g->sets[p->g->ncsets]; in freeset() local 1281 cset *top = &p->g->sets[p->g->ncsets]; in freezeset() local
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uresdata.cpp | 1344 int32_t bundleLength, indexLength, keysBottom, keysTop, resBottom, top; in ures_swap() local
|
/third_party/python/Objects/ |
H A D | frameobject.c | 205 Kind top = top_of_stack(stack); in stack_swap() local
|
/third_party/skia/include/core/ |
H A D | SkPath.h | 1081 SkPath& addRect(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom, in addRect() argument
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderFramebufferFetchTests.cpp | 1052 int top = height/2; in genReferenceTexture() local 1241 const int top = height / 2; in genReferenceMipmap() local [all...] |
/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | ui_ability.cpp | 809 void UIAbility::GetWindowRect(int32_t &left, int32_t &top, int32_t &width, int32_t &height) in GetWindowRect() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_item_group_layout_algorithm.cpp | 161 auto top = padding.top.value_or(0.0f); in Layout() local 538 float top = startPos_ + contentStartOffset_; in GetItemGroupPosition() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | canvas_pattern.cpp | 485 std::unique_ptr<Ace::ImageData> CanvasPattern::GetImageData(double left, double top, double width, double height) in GetImageData() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | decoration.h | 204 Dimension top; member
|
/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | rosen_render_text_field.cpp | 597 RSScalar top = offset.GetY() + NormalizeToPx(DEFAULT_FOCUS_BORDER_WIDTH) * HALF; local
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_view_abstract_ffi.h | 109 double top; member
|
H A D | cj_canvas_ffi.cpp | 805 FfiOHOSAceFrameworkRenderingContextGetPixelMap( int64_t contextId, double left, double top, double width, double height) FfiOHOSAceFrameworkRenderingContextGetPixelMap() argument
|
/foundation/arkui/ace_engine/frameworks/core/accessibility/ |
H A D | accessibility_node.cpp | 625 void AccessibilityNode::SetTop(double top) in SetTop() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_swiper_bridge.cpp | 650 std::string top = GetStringByValueRef(vm, topArg); in GetSwiperDotIndicator() local 690 std::string top = GetStringByValueRef(vm, topArg); in GetSwiperDigitIndicator() local
|
H A D | arkts_native_text_input_bridge.cpp | 1855 struct ArkUISizeType top = { 0.0, static_cast<int8_t>(DimensionUnit::VP) }; in SetPadding() local 1946 ArkUISizeType top = ArkTSUtils::ParseJsToArkUISize(vm, secondArg); in SetMargin() local
|
/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | rosen_render_box.cpp | 968 double top = DimensionToPx(inset->GetTop(), size, LengthMode::VERTICAL) + position.GetY(); local 1177 double top = DimensionToPx(rect->GetOffset().GetY(), size, LengthMode::VERTICAL) + position.GetY(); local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/ |
H A D | bubble_test_ng.cpp | 178 PaddingProperty CreatePadding(float left, float top, float right, float bottom) in CreatePadding() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/ |
H A D | relative_container_layout_algorithm.cpp | 1042 auto top = padding_.top.value_or(0); in Layout() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | skia_decoration_painter.cpp | 799 double top = SkiaDimensionToPx(inset->GetTop(), size, LengthMode::VERTICAL) + position.GetY(); in SkiaCreateInset() local 905 double top = SkiaDimensionToPx(rect->GetOffset().GetY(), size, LengthMode::VERTICAL) + position.GetY(); in SkiaCreateRect() local
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | inspector_composed_element.cpp | 467 auto top = render->GetPadding(DimensionHelper(&Edge::SetTop, &Edge::Top)); in GetPadding() local 489 auto top = render->GetMargin(DimensionHelper(&Edge::SetTop, &Edge::Top)); in GetAllMargin() local [all...] |