Home
last modified time | relevance | path

Searched defs:img (Results 101 - 125 of 281) sorted by relevance

12345678910>>...12

/third_party/skia/gm/
H A Drectangletexture.cpp163 auto img = fGradImgs[i]; variable
H A Dpath_stroke_with_zero_length.cpp38 static bool draw_path_cell(GrDirectContext* dContext, SkCanvas* canvas, SkImage* img, in draw_path_cell() argument
174 auto img = surface->makeImageSnapshot(); in draw_zero_length_capped_paths() local
254 auto img = surface->makeImageSnapshot(); in draw_zero_length_capped_paths_dbl_contour() local
H A Dimagescalealigned.cpp140 auto& img = set.fImages[i]; in drawSet() local
H A Dlumafilter.cpp173 sk_sp<SkImage> img = GetResourceAsImage("images/mandrill_128.png"); in DEF_SIMPLE_GM() local
/third_party/skia/bench/
H A DVertBench.cpp57 auto img = GetResourceAsImage("images/mandrill_256.png"); variable
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_surface_capture_task.cpp172 bool CopyDataToPixelMap(std::shared_ptr<Drawing::Image> img, const std::unique_ptr<Media::PixelMap>& pixelmap) in CopyDataToPixelMap() argument
H A Drs_egl_image_manager.cpp223 EGLImageKHR img = Detail::CreateEGLImage(eglDisplay, eglContext, nativeBuffer); in Create() local
/foundation/graphic/graphic_utils_lite/frameworks/diagram/common/
H A Dpaint.cpp235 void Paint::CreatePattern(const char* img, PatternRepeatMode patternRepeat) in CreatePattern() argument
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_memory_allocator_vk.cpp454 const auto& img = customPool.gpuResourceDesc.image; in CreatePoolForImages() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_image_base.cpp273 UnmarshallingAndCacheDrawingImage( Parcel& parcel, std::shared_ptr<Drawing::Image>& img, uint64_t uniqueId, void*& imagepixelAddr) UnmarshallingAndCacheDrawingImage() argument
339 UnmarshallingDrawingImageAndPixelMap(Parcel& parcel, uint64_t uniqueId, bool& useSkImage, std::shared_ptr<Drawing::Image>& img, std::shared_ptr<Media::PixelMap>& pixelMap, void*& imagepixelAddr) UnmarshallingDrawingImageAndPixelMap() argument
408 std::shared_ptr<Drawing::Image> img = std::make_shared<Drawing::Image>(); Unmarshalling() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_rcd_surface_render_node.cpp247 uint8_t *img = static_cast<uint8_t*>(nodeBuffer->GetVirAddr()); in FillHardwareResource() local
H A Drs_round_corner_display.cpp81 bool RoundCornerDisplay::LoadImg(const char* path, std::shared_ptr<Drawing::Image>& img) in LoadImg() argument
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dimage_loader_common.cpp68 uint8_t *img = imageBytes; in PremultiplyAlpha() local
82 uint8_t *img = imageBytes; in PremultiplyAlpha() local
93 uint16_t *img = reinterpret_cast<uint16_t *>(imageBytes); PremultiplyAlpha() local
[all...]
H A Dimage_loader_stb_image.cpp136 uint8_t* img = imageBytes; in PremultiplyAlpha() local
150 uint8_t* img = imageBytes; in PremultiplyAlpha() local
162 uint16_t* img = reinterpret_cast<uint16_t*>(imageBytes); PremultiplyAlpha() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_image_test.cpp491 auto img = std::make_shared<Drawing::Image>(); in HWTEST_F() local
540 auto img = std::make_shared<Drawing::Image>(); in HWTEST_F() local
/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Dgl_utils.cpp209 EGLImageKHR img = eglCreateImageKHR(display, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_OHOS, nBuffer, attrs); in CreateEGLImage() local
220 GLuint GLUtils::CreateTextureFromImage(EGLImageKHR img) in CreateTextureFromImage() argument
236 EGLImageKHR img = CreateEGLImage(eglGetDisplay(EGL_DEFAULT_DISPLAY), buffer); in CreateTextureFromSurfaceBuffer() local
241 void GLUtils::DestroyImage(EGLImageKHR img) in DestroyImage() argument
243 eglDestroyImageKHR(eglGetDisplay(EGL_DEFAULT_DISPLAY), img); in DestroyImage() local
/third_party/ffmpeg/libavcodec/
H A Dlibvpxdec.c112 static int set_pix_fmt(AVCodecContext *avctx, struct vpx_image *img, in set_pix_fmt() argument
224 struct vpx_image *img, *img_alpha; vpx_decode() local
[all...]
/third_party/ffmpeg/libavdevice/
H A Dxv.c298 XvImage *img = xv->yuv_image; in write_picture() local
[all...]
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vulkan.h217 VkImage img[AV_NUM_DATA_POINTERS]; member
/third_party/ffmpeg/libavformat/
H A Dimg2enc.c54 VideoMuxData *img = s->priv_data; in write_header() local
80 VideoMuxData *img = s->priv_data; in write_muxed_file() local
118 VideoMuxData *img in write_packet_pipe() local
139 VideoMuxData *img = s->priv_data; write_packet() local
[all...]
/third_party/cups-filters/cupsfilters/
H A Dimage-tiff.c34 _cupsImageReadTIFF( cups_image_t *img, FILE *fp, cups_icspace_t primary, cups_icspace_t secondary, int saturation, int hue, const cups_ib_t *lut) _cupsImageReadTIFF() argument
[all...]
H A Dimage-gif.c66 _cupsImageReadGIF( cups_image_t *img, FILE *fp, cups_icspace_t primary, cups_icspace_t secondary, int saturation, int hue, const cups_ib_t *lut) _cupsImageReadGIF() argument
442 gif_read_image(FILE *fp, cups_image_t *img, gif_cmap_t cmap, int interlace) gif_read_image() argument
[all...]
H A Dimage-private.h114 cups_image_t *img; /* Image to zoom */ member
[all...]
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_uniforms.c197 write_image_tmu_p0(struct v3d_job *job, struct v3d_cl_out **uniforms, struct v3d_shaderimg_stateobj *img, uint32_t data) write_image_tmu_p0() argument
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dtransfer.cpp105 validate_object(command_queue &q, image &img, in validate_object() argument
[all...]

Completed in 15 milliseconds

12345678910>>...12