Home
last modified time | relevance | path

Searched defs:img (Results 51 - 75 of 261) sorted by relevance

1234567891011

/third_party/glfw/tests/
H A Dicon.c76 GLFWimage img = { 16, 16, pixels }; in set_icon() local
/third_party/cups-filters/cupsfilters/
H A Dimage-jpeg.c33 _cupsImageReadJPEG( cups_image_t *img, FILE *fp, cups_icspace_t primary, cups_icspace_t secondary, int saturation, int hue, const cups_ib_t *lut) _cupsImageReadJPEG() argument
[all...]
H A Dimage-pnm.c29 _cupsImageReadPNM( cups_image_t *img, FILE *fp, cups_icspace_t primary, cups_icspace_t secondary, int saturation, int hue, const cups_ib_t *lut) _cupsImageReadPNM() argument
[all...]
H A Dimage-sgi.c30 _cupsImageReadSGI( cups_image_t *img, FILE *fp, cups_icspace_t primary, cups_icspace_t secondary, int saturation, int hue, const cups_ib_t *lut) _cupsImageReadSGI() argument
[all...]
H A Dimage-pix.c37 _cupsImageReadPIX( cups_image_t *img, FILE *fp, cups_icspace_t primary, cups_icspace_t secondary, int saturation, int hue, const cups_ib_t *lut) _cupsImageReadPIX() argument
[all...]
H A Dimage-png.c32 _cupsImageReadPNG( cups_image_t *img, FILE *fp, cups_icspace_t primary, cups_icspace_t secondary, int saturation, int hue, const cups_ib_t *lut) _cupsImageReadPNG() argument
[all...]
H A Dimage-photocd.c33 _cupsImageReadPhotoCD( cups_image_t *img, FILE *fp, cups_icspace_t primary, cups_icspace_t secondary, int saturation, int hue, const cups_ib_t *lut) _cupsImageReadPhotoCD() argument
[all...]
/third_party/qrcodegen/java/
H A DQrCodeGeneratorDemo.java211 private static void writePng(BufferedImage img, String filepath) throws IOException { in writePng() argument
/third_party/skia/tests/
H A DPDFTaggedTest.cpp95 auto img = std::make_unique<PDFTag>(); in DEF_TEST() local
H A DPinnedImageTest.cpp49 sk_sp<SkImage> img = SkMakeImageFromRasterBitmap(bm, kNever_SkCopyPixelsMode); in basic_test() local
105 sk_sp<SkImage> img; in cleanup_test() local
[all...]
H A DWrappedSurfaceCopyOnWriteTest.cpp45 sk_sp<SkImage> img = surf->makeImageSnapshot(); in DEF_GPUTEST_FOR_ALL_CONTEXTS() local
[all...]
H A DApplyGammaTest.cpp112 auto img = bm.asImage(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
H A DQrCodeGeneratorDemo.java210 private static void writePng(BufferedImage img, String filepath) throws IOException { in writePng() argument
/third_party/skia/gm/
H A Dimageblurrepeatmode.cpp151 auto img = bmp.asImage(); in DEF_SIMPLE_GM() local
H A Dfontcache.cpp74 auto img = dContext->priv().testingOnly_getFontAtlasImage(kA8_GrMaskFormat); variable
H A Dmipmap.cpp80 static void show_mips(SkCanvas* canvas, SkImage* img) { in show_mips() argument
129 static void show_mips_only(SkCanvas* canvas, SkImage* img) { in show_mips_only() argument
[all...]
H A Dthinrects.cpp176 auto img = zoomed->makeImageSnapshot(); in DEF_SIMPLE_GM_CAN_FAIL() local
/third_party/astc-encoder/Source/
H A Dastcenccli_image.cpp34 astcenc_image *img = new astcenc_image; in alloc_image() local
72 void free_image(astcenc_image * img) in free_image() argument
89 determine_image_components(const astcenc_image * img) determine_image_components() argument
177 astcenc_image* img = alloc_image(16, dim_x, dim_y, 1); astc_img_from_floatx4_array() local
211 astcenc_image* img = alloc_image(8, dim_x, dim_y, 1); astc_img_from_unorm8x4_array() local
234 floatx4_array_from_astc_img( const astcenc_image* img, bool y_flip, unsigned int z_index ) floatx4_array_from_astc_img() argument
307 unorm8x4_array_from_astc_img( const astcenc_image* img, bool y_flip ) unorm8x4_array_from_astc_img() argument
[all...]
/third_party/cJSON/
H A Dtest.c114 cJSON *img = NULL; in create_objects() local
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_image.c51 st_convert_image(const struct st_context *st, const struct gl_image_unit *u, struct pipe_image_view *img, unsigned shader_access) st_convert_image() argument
141 st_convert_image_from_unit(const struct st_context *st, struct pipe_image_view *img, GLuint imgUnit, unsigned shader_access) st_convert_image_from_unit() argument
169 struct pipe_image_view *img = &images[i]; st_bind_images() local
[all...]
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-heltec-wb32/main/
H A Dlws-minimal-esp32.c31 static const uint8_t img[] = { variable
/third_party/libdrm/tests/exynos/
H A Dexynos_fimg2d_perf.c42 struct g2d_image img = { 0 }; in fimg2d_perf_simple() local
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_draw.c151 struct pipe_image_view *img = variable
543 struct pipe_image_view *img = &ctx->shaderimg[PIPE_SHADER_COMPUTE].si[i]; variable
/third_party/mesa3d/src/glx/
H A Dindirect_texture_compression.c43 __indirect_glGetCompressedTexImage(GLenum target, GLint level, GLvoid * img) __indirect_glGetCompressedTexImage() argument
/third_party/skia/third_party/externals/angle2/samples/multi_texture/
H A DMultiTexture.cpp29 TGAImage img; in loadTexture() local

Completed in 9 milliseconds

1234567891011