/foundation/arkui/ace_engine/frameworks/core/components/data_panel/ |
H A D | rosen_render_data_panel.cpp | 937 segmentStartPoint.set(rect.left(), rect.top()); in PaintColorSegment()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/form/ |
H A D | form_test_ng.cpp | 1046 marginProp.top = CalcLength(0.0f); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/ |
H A D | scrollable_cover_test_ng.cpp | 1781 auto sheetNode = overlayManager->modalStack_.top().Upgrade(); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/stage/ |
H A D | stage_test_ng.cpp | 1425 noPadding.top = CalcLength(NOPADDING); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/ |
H A D | select_pattern.cpp | 1400 paddings.top = std::nullopt; in ResetParams()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
H A D | xcomponent_pattern.cpp | 1865 Rect contentRect = { padding.left.value_or(0), padding.top.value_or(0), drawSize_.Width(), drawSize_.Height() }; in CreateAnalyzerOverlay()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/toggle/ |
H A D | toggle_switch_test_ng.cpp | 82 padding.top = length.ConvertToPx(); in CreatePadding()
|
H A D | toggle_content_modifier_test_ng.cpp | 71 padding.top = length.ConvertToPx(); in CreatePadding()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_render_service_connection.cpp | 456 .top = srcRect.y, in CreatePixelMapFromSurface() 2085 // It can be displayed immediately after layer-top changed.
|
/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/ |
H A D | http_exec.cpp | 720 auto info = staticVariable_.infoQueue.top(); in AddCurlHandle()
|
/third_party/ffmpeg/libavcodec/ |
H A D | libvpxenc.c | 542 * added dependency between the two TL2 frames (on top of case 3). in set_temporal_layer_pattern() 1481 starty = av_clip(roi->top / block_size, 0, roi_map->rows); in set_roi_map()
|
H A D | libx264.c | 436 starty = FFMIN(mby, roi->top / MB_SIZE); in X264_frame()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_drawtext.c | 363 glyph->bitmap_top = bitmapglyph->top; in load_glyph() 1697 .description = NULL_IF_CONFIG_SMALL("Draw text on top of video frames using libfreetype library."),
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9lpf.asm | 403 lea dstq, [dstq + 4*strideq - 8] ; go from top center (h pos) to center left (v pos)
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | colorspacedsp.asm | 759 ; top line y
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-engine.cc | 108 void VisitThread(Isolate* isolate, ThreadLocalTop* top) override { in CheckNoArchivedThreads()
|
/third_party/node/deps/v8/tools/gcmole/ |
H A D | gcmole.cc | 272 if (!scopes_.empty()) scopes_.top()->insert(name); in AddCallee()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | scheduler.cc | 1327 Node* node = stack_.top(); in Run()
|
/third_party/skia/src/core/ |
H A D | SkScan_AAAPath.cpp | 59 trapezoids whose top and bottom edges are y = c_i, y = c_{i+1} (this includes 317 int fTop; // Initial y coordinate (top of bounds) 397 fTop = sectBounds.top(); 1274 if ((int)(y & 0xFFFF0000) != y) { // There's a partial-row on the top 1867 * our top (start_y) and will draw below our bottom (stop_y). Thus
|
/third_party/skia/src/ports/ |
H A D | SkFontHost_FreeType_common.cpp | 1364 // First align the top left (origin). in generateGlyphImage() 1753 boundingBox->yMax = SkScalarToFDot6(-bounds.top()); in computeColrV1GlyphBoundingBox()
|
/third_party/skia/tests/ |
H A D | CodecTest.cpp | 164 subset.top(), subset.bottom()); in test_in_stripes() 408 // to have even left/top. in check_subset_decode()
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
H A D | D3D12Sample.cpp | 784 // top face
in InitD3D() 900 // top face
in InitD3D() 1482 rect.right - rect.left, rect.bottom - rect.top,
in main()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
H A D | vulkan_command_buffer_utils.cpp | 441 wr.bottom - wr.top, // height in init_window()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | CommandBufferD3D12.cpp | 1587 rect.top = cmd->y; in RecordRenderPass()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | GenericDomTreeConstruction.h | 779 TreeNodePtr TN = II.Bucket.top(); in InsertReachable() 978 // Find the top of the subtree that needs to be rebuilt. in DeleteReachable() 1077 // Identify the top of the subtree to rebuild by finding the NCD of all in DeleteUnreachable()
|