Home
last modified time | relevance | path

Searched defs:image (Results 276 - 300 of 1474) sorted by relevance

1...<<11121314151617181920>>...59

/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_opcode_list.cpp111 Apply(dng_host &host, dng_negative &negative, AutoPtr<dng_image> &image) Apply() argument
/third_party/skia/modules/androidkit/src/
H A DImage.cpp19 auto image = SkImage::MakeFromEncoded(SkData::MakeWithCopy(data, SkToSizeT(size))); in Image_Create() local
31 const auto* image = reinterpret_cast<const SkImage*>(native_instance); in Image_GetWidth() local
36 const auto* image = reinterpret_cast<const SkImage*>(native_instance); in Image_GetHeight() local
[all...]
/third_party/skia/modules/skresources/include/
H A DSkResources.h55 sk_sp<SkImage> image; member
/third_party/skia/gm/
H A Dimagefilterscropexpand.cpp147 void draw(SkCanvas* canvas, sk_sp<SkImage> image, const SkIRect& layerRect, in draw() argument
H A Dorientation.cpp134 auto image = GetResourceAsImage(path.c_str()); in draw() local
H A Doffsetimagefilter.cpp57 sk_sp<SkImage> image = (i & 0x01) ? fCheckerboard : fBitmap; variable
75 static void DrawClippedImage(SkCanvas* canvas, const SkImage* image, const SkPaint& paint, in DrawClippedImage() argument
[all...]
H A Dsimple_magnification.cpp97 void draw(SkCanvas* canvas, sk_sp<SkImage> image, const SkIPoint& offset, int inset) { in draw() argument
H A Dencode_color_types.cpp48 auto image = GetResourceAsImage(resource); in make_image() local
[all...]
H A Dencode_srgb.cpp134 auto image = SkImage::MakeFromEncoded(encode_data(bitmap, fEncodedFormat)); variable
H A Dmakecolorspace.cpp91 const SkImage* image = images[j].get(); in DEF_SIMPLE_GM_BG() local
144 sk_sp<SkImage> image = GetResourceAsImage("images/color_wheel.png"); DEF_SIMPLE_GM_CAN_FAIL() local
[all...]
/third_party/skia/include/effects/
H A DSkImageFilters.h213 Image(sk_sp<SkImage> image, const SkSamplingOptions& sampling) Image() argument
226 Image(sk_sp<SkImage> image) Image() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemImageValidator.cpp114 validateImage(ProtectedContext& ctx, const ValidationData& refData, const vk::VkImage image, const vk::VkFormat imageFormat, const vk::VkImageLayout imageLayout) const validateImage() argument
/third_party/vk-gl-cts/framework/delibs/deimage/
H A DdeTarga.c32 deImage* image = DE_NULL; in deImage_loadTarga() local
119 deBool deImage_saveTarga (const deImage* image, const char* fileName) in deImage_saveTarga() argument
[all...]
/third_party/vk-gl-cts/framework/egl/
H A DegluUnique.cpp98 UniqueImage::UniqueImage (const Library& egl, EGLDisplay display, EGLImage image) in UniqueImage() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DRenderbufferD3D.cpp85 setStorageEGLImageTarget(const gl::Context *context, egl::Image *image) setStorageEGLImageTarget() argument
/base/startup/init/interfaces/innerkits/fs_manager/libfs_hvb/
H A Dhvb_ops.c34 static int64_t GetImageSizeForHVB(const int fd, const char* image) in GetImageSizeForHVB() argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/scenario/tennis_detect/
H A Dtennis_detect.cpp169 Mat image; in TennisDetectCal() local
/foundation/ability/ability_runtime/frameworks/native/ability/native/photo_editor_extension_ability/
H A Djs_photo_editor_extension_context.cpp133 auto image = Media::PixelMapNapi::GetPixelMap(env, info.argv[INDEX_ZERO]); in OnSaveEditedContentWithImage() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_renderer_type.h44 CanvasImage image; member
/foundation/arkui/ace_engine/frameworks/core/components/dialog/action_sheet/
H A Daction_sheet_component.cpp84 auto image = AceType::MakeRefPtr<ImageComponent>(sheetInfo.icon); in BuildMenu() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/
H A Dskia_svg_dom.cpp119 RSImage image; in OffScreenDraw() local
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_animator_element.cpp278 void ImageAnimatorElement::UpdateImageSize(ImageProperties& imageProperties, const RefPtr<ImageComponent>& image) in UpdateImageSize() argument
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_bar_item_component.cpp93 auto image = AceType::DynamicCast<ImageComponent>(component); in UpdateStyle() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_image_animator_ffi.cpp140 void FfiCJVectorFfiImageSetElement(VectorFfiImageHandle vec, int64_t index, FfiImage image) in FfiCJVectorFfiImageSetElement() argument
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_shader_effect.h73 static std::shared_ptr<TestingShaderEffect> CreateImageShader(const TestingImage& image, TileMode tileX, in CreateImageShader() argument

Completed in 10 milliseconds

1...<<11121314151617181920>>...59