Home
last modified time | relevance | path

Searched defs:area (Results 76 - 100 of 202) sorted by relevance

123456789

/third_party/skia/third_party/externals/icu/source/samples/layout/
H A Dgnomelayout.cpp104 GtkWidget *area = GTK_WIDGET(gtk_object_get_data(GTK_OBJECT(app), "area")); in openOK() local
256 GtkWidget *area = gtk_drawing_area_new(); in newSample() local
257 gtk_object_set_data(GTK_OBJECT(app), "area", area); in newSample() local
267 gnome_app_set_contents(GNOME_APP(app), area); in newSample() local
[all...]
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftoutln.c1046 FT_Pos area = 0; in FT_EXPORT_DEF() local
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_image.cpp751 CopyArea(const dng_image &src, const dng_rect &area, uint32 srcPlane, uint32 dstPlane, uint32 planes) CopyArea() argument
785 EqualArea(const dng_image &src, const dng_rect &area, uint32 plane, uint32 planes) const EqualArea() argument
826 SetConstant(uint32 value, const dng_rect &area) SetConstant() argument
[all...]
H A Ddng_pixel_buffer.h514 void SetConstant_uint8 (const dng_rect &area, in SetConstant_uint8() argument
532 SetConstant_uint16(const dng_rect &area, uint32 plane, uint32 planes, uint16 value) SetConstant_uint16() argument
550 SetConstant_int16(const dng_rect &area, uint32 plane, uint32 planes, int16 value) SetConstant_int16() argument
568 SetConstant_uint32(const dng_rect &area, uint32 plane, uint32 planes, uint32 value) SetConstant_uint32() argument
586 SetConstant_real32(const dng_rect &area, uint32 plane, uint32 planes, real32 value) SetConstant_real32() argument
635 CopyArea(const dng_pixel_buffer &src, const dng_rect &area, uint32 plane, uint32 planes) CopyArea() argument
[all...]
/third_party/skia/experimental/graphite/src/geom/
H A DRect.h103 AI float area() const { in area() function in skgpu::Rect
/third_party/skia/include/core/
H A DSkBitmap.h804 void eraseArea(const SkIRect& area, SkColor c) const { in eraseArea() argument
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_arc.cpp28 DrawImg(BufferInfo& gfxDstBuffer, const Point& imgPos, Rect& area, const Rect& invalidatedArea, const Style& style, uint8_t opaScale, const Image* image) DrawImg() argument
/foundation/graphic/graphic_utils_lite/frameworks/diagram/rasterizer/
H A Drasterizer_cells_antialias.cpp343 int32_t area; in RenderVerticalLine() local
[all...]
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/crop/
H A Dcrop_efilter.cpp52 void *area = nullptr; in CalculateCropRegion() local
/foundation/distributeddatamgr/kv_store/frameworks/cj/include/
H A Ddistributed_kv_store_impl.h41 int32_t area = DistributedKv::Area::EL1; member
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_utils.cpp227 auto area = path.find("/el"); in Anonymous() local
/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/
H A Djs_screen_session_manager.cpp538 DMRect area; in OnUpdateAvailableArea() local
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_proxy_test.cpp1840 DMRect area; in HWTEST_F() local
1889 DMRect area; in HWTEST_F() local
[all...]
H A Dscreen_session_manager_client_test.cpp389 DMRect area; in HWTEST_F() local
413 DMRect area; in HWTEST_F() local
866 DMRect area; in HWTEST_F() local
1177 DMRect area; in HWTEST_F() local
1268 DMRect area; in HWTEST_F() local
[all...]
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_dirty_manager_test.cpp329 OHOS::Rosen::Rect area; in HWTEST_F() local
339 OHOS::Rosen::Rect area; in HWTEST_F() local
[all...]
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_manager_stub_impl.h49 AvoidArea area; in GetAvoidAreaByType() local
/third_party/ffmpeg/libavfilter/
H A Dvf_photosensitivity.c84 int cell, gx, gy, x0, x1, y0, y1, x, y, c, area; in convert_frame_partial() local
/third_party/glfw/tests/
H A Dwindow.c122 struct nk_rect area = nk_rect(0.f, 0.f, (float) width, (float) height); in main() local
/third_party/jerryscript/jerry-core/jcontext/
H A Djcontext.h267 uint8_t area[]; /**< heap area */ member
310 uint8_t area[JMEM_HEAP_AREA_SIZE]; /**< heap area */ member
/third_party/musl/src/malloc/mallocng/
H A Dmeta.h160 const struct meta_area *area = (void *)((uintptr_t)meta & -4096); in get_meta() local
/third_party/musl/porting/linux/user/src/malloc/mallocng/
H A Dmeta.h160 const struct meta_area *area = (void *)((uintptr_t)meta & -4096); in get_meta() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_line.c304 float area; in try_setup_line() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DFramebuffer11.cpp221 invalidateSub(const gl::Context *context, size_t count, const GLenum *attachments, const gl::Rectangle &area) invalidateSub() argument
249 readPixelsImpl(const gl::Context *context, const gl::Rectangle &area, GLenum format, GLenum type, size_t outputPitch, const gl::PixelPackState &pack, gl::Buffer *packBuffer, uint8_t *pixels) readPixelsImpl() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DFramebuffer9.cpp51 invalidateSub(const gl::Context *context, size_t count, const GLenum *attachments, const gl::Rectangle &area) invalidateSub() argument
79 readPixelsImpl(const gl::Context *context, const gl::Rectangle &area, GLenum format, GLenum type, size_t outputPitch, const gl::PixelPackState &pack, gl::Buffer *packBuffer, uint8_t *pixels) readPixelsImpl() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DTextureNULL.cpp36 setSubImage(const gl::Context *context, const gl::ImageIndex &index, const gl::Box &area, GLenum format, GLenum type, const gl::PixelUnpackState &unpack, gl::Buffer *unpackBuffer, const uint8_t *pixels) setSubImage() argument
59 setCompressedSubImage(const gl::Context *context, const gl::ImageIndex &index, const gl::Box &area, GLenum format, const gl::PixelUnpackState &unpack, size_t imageSize, const uint8_t *pixels) setCompressedSubImage() argument

Completed in 24 milliseconds

123456789