| /third_party/glfw/tests/ |
| H A D | icon.c | 76 GLFWimage img = { 16, 16, pixels }; in set_icon() local
|
| /third_party/cups-filters/cupsfilters/ |
| H A D | image-jpeg.c | 33 _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 D | image-pnm.c | 29 _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 D | image-sgi.c | 30 _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 D | image-pix.c | 37 _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 D | image-png.c | 32 _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 D | image-photocd.c | 33 _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 D | QrCodeGeneratorDemo.java | 211 private static void writePng(BufferedImage img, String filepath) throws IOException { in writePng() argument
|
| /third_party/skia/tests/ |
| H A D | PDFTaggedTest.cpp | 95 auto img = std::make_unique<PDFTag>(); in DEF_TEST() local
|
| H A D | PinnedImageTest.cpp | 49 sk_sp<SkImage> img = SkMakeImageFromRasterBitmap(bm, kNever_SkCopyPixelsMode); in basic_test() local 105 sk_sp<SkImage> img; in cleanup_test() local [all...] |
| H A D | WrappedSurfaceCopyOnWriteTest.cpp | 45 sk_sp<SkImage> img = surf->makeImageSnapshot(); in DEF_GPUTEST_FOR_ALL_CONTEXTS() local [all...] |
| H A D | ApplyGammaTest.cpp | 112 auto img = bm.asImage(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
| /third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/ |
| H A D | QrCodeGeneratorDemo.java | 210 private static void writePng(BufferedImage img, String filepath) throws IOException { in writePng() argument
|
| /third_party/skia/gm/ |
| H A D | imageblurrepeatmode.cpp | 151 auto img = bmp.asImage(); in DEF_SIMPLE_GM() local
|
| H A D | fontcache.cpp | 74 auto img = dContext->priv().testingOnly_getFontAtlasImage(kA8_GrMaskFormat); variable
|
| H A D | mipmap.cpp | 80 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 D | thinrects.cpp | 176 auto img = zoomed->makeImageSnapshot(); in DEF_SIMPLE_GM_CAN_FAIL() local
|
| /third_party/astc-encoder/Source/ |
| H A D | astcenccli_image.cpp | 34 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 D | test.c | 114 cJSON *img = NULL; in create_objects() local
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_atom_image.c | 51 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 D | lws-minimal-esp32.c | 31 static const uint8_t img[] = { variable
|
| /third_party/libdrm/tests/exynos/ |
| H A D | exynos_fimg2d_perf.c | 42 struct g2d_image img = { 0 }; in fimg2d_perf_simple() local
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/ |
| H A D | freedreno_draw.c | 151 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 D | indirect_texture_compression.c | 43 __indirect_glGetCompressedTexImage(GLenum target, GLint level, GLvoid * img) __indirect_glGetCompressedTexImage() argument
|
| /third_party/skia/third_party/externals/angle2/samples/multi_texture/ |
| H A D | MultiTexture.cpp | 29 TGAImage img; in loadTexture() local
|