/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_blit_N.c | 316 SDL_assert(srcfmt->BytesPerPixel == 2); in Blit_RGB565_32Altivec() 317 SDL_assert(dstfmt->BytesPerPixel == 4); in Blit_RGB565_32Altivec() 463 SDL_assert(srcfmt->BytesPerPixel == 2); in Blit_RGB555_32Altivec() 464 SDL_assert(dstfmt->BytesPerPixel == 4); in Blit_RGB555_32Altivec() 564 int srcbpp = srcfmt->BytesPerPixel; in Blit32to32KeyAltivec() 566 int dstbpp = dstfmt->BytesPerPixel; in Blit32to32KeyAltivec() 693 SDL_assert(srcfmt->BytesPerPixel == 4); in ConvertAltivec32to32_noprefetch() 694 SDL_assert(dstfmt->BytesPerPixel == 4); in ConvertAltivec32to32_noprefetch() 776 SDL_assert(srcfmt->BytesPerPixel == 4); in ConvertAltivec32to32_prefetch() 777 SDL_assert(dstfmt->BytesPerPixel == 4); in ConvertAltivec32to32_prefetch() [all …]
|
D | SDL_blit.c | 71 (Uint16) srcrect->x * info->src_fmt->BytesPerPixel; in SDL_SoftBlit() 76 info->src_pitch - info->src_w * info->src_fmt->BytesPerPixel; in SDL_SoftBlit() 79 (Uint16) dstrect->x * info->dst_fmt->BytesPerPixel; in SDL_SoftBlit() 84 info->dst_pitch - info->dst_w * info->dst_fmt->BytesPerPixel; in SDL_SoftBlit() 245 } else if (surface->format->BytesPerPixel == 1 && in SDL_CalculateBlit()
|
D | SDL_RLEaccel.c | 309 switch (fmt->BytesPerPixel) { \ 316 switch (fmt->BytesPerPixel) { \ 472 + y * surf_dst->pitch + x * surf_src->format->BytesPerPixel; in SDL_RLEBlit() 499 switch (surf_src->format->BytesPerPixel) { in SDL_RLEBlit() 620 Uint8 BytesPerPixel; member 715 switch (df->BytesPerPixel) { in RLEAlphaClipBlit() 747 dstbuf = (Uint8 *) surf_dst->pixels + y * surf_dst->pitch + x * df->BytesPerPixel; in SDL_RLEAlphaBlit() 755 if (df->BytesPerPixel == 2) { in SDL_RLEAlphaBlit() 861 switch (df->BytesPerPixel) { in SDL_RLEAlphaBlit() 1053 switch (df->BytesPerPixel) { in RLEAlphaSurface() [all …]
|
D | SDL_blit_A.c | 41 int srcbpp = srcfmt->BytesPerPixel; in BlitNto1SurfaceAlpha() 88 int srcbpp = srcfmt->BytesPerPixel; in BlitNto1PixelAlpha() 134 int srcbpp = srcfmt->BytesPerPixel; in BlitNto1SurfaceAlphaKey() 1157 int srcbpp = srcfmt->BytesPerPixel; in BlitNtoNSurfaceAlpha() 1158 int dstbpp = dstfmt->BytesPerPixel; in BlitNtoNSurfaceAlpha() 1197 int srcbpp = srcfmt->BytesPerPixel; in BlitNtoNSurfaceAlphaKey() 1198 int dstbpp = dstfmt->BytesPerPixel; in BlitNtoNSurfaceAlphaKey() 1244 srcbpp = srcfmt->BytesPerPixel; in BlitNtoNPixelAlpha() 1245 dstbpp = dstfmt->BytesPerPixel; in BlitNtoNPixelAlpha() 1277 switch (df->BytesPerPixel) { in SDL_CalculateBlitA() [all …]
|
D | SDL_shape.c | 81 pixel = (Uint8 *)(shape->pixels) + (y*shape->pitch) + (x*shape->format->BytesPerPixel); in SDL_CalculateShapeBitmap() 82 switch(shape->format->BytesPerPixel) { in SDL_CalculateShapeBitmap() 135 pixel = (Uint8 *)(mask->pixels) + (y*mask->pitch) + (x*mask->format->BytesPerPixel); in RecursivelyCalculateShapeTree() 136 switch(mask->format->BytesPerPixel) { in RecursivelyCalculateShapeTree()
|
D | SDL_blit_slow.c | 47 int srcbpp = src_fmt->BytesPerPixel; in SDL_Blit_Slow() 48 int dstbpp = dst_fmt->BytesPerPixel; in SDL_Blit_Slow()
|
D | SDL_pixels.c | 536 format->BytesPerPixel = (bpp + 7) / 8; in SDL_InitFormat() 753 pitch = surface->w * surface->format->BytesPerPixel; in SDL_CalculatePitch() 920 bpp = ((dst->BytesPerPixel == 3) ? 4 : dst->BytesPerPixel); in Map1toN() 933 ASSEMBLE_RGBA(&map[i * bpp], dst->BytesPerPixel, dst, R, G, B, A); in Map1toN()
|
D | SDL_blit_1.c | 446 dstbpp = dstfmt->BytesPerPixel; in Blit1toNAlpha() 487 dstbpp = dstfmt->BytesPerPixel; in Blit1toNAlphaKey() 529 which = dstfmt->BytesPerPixel; in SDL_CalculateBlit1()
|
D | SDL_blit_0.c | 372 dstbpp = dstfmt->BytesPerPixel; in BlitBtoNAlpha() 419 dstbpp = dstfmt->BytesPerPixel; in BlitBtoNAlphaKey() 465 which = surface->map->dst->format->BytesPerPixel; in SDL_CalculateBlit0()
|
D | SDL_fillrect.c | 272 rect->x * dst->format->BytesPerPixel; in SDL_FillRect() 274 switch (dst->format->BytesPerPixel) { in SDL_FillRect()
|
D | SDL_blit_copy.c | 98 w = info->dst_w * info->dst_fmt->BytesPerPixel; in SDL_BlitCopy()
|
D | SDL_stretch.c | 221 const int bpp = dst->format->BytesPerPixel; in SDL_SoftStretch()
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/software/ |
D | SDL_drawpoint.c | 48 switch (dst->format->BytesPerPixel) { in SDL_DrawPoint() 95 switch (dst->format->BytesPerPixel) { in SDL_DrawPoints()
|
D | SDL_drawline.c | 36 int pitch = (dst->pitch / dst->format->BytesPerPixel); in SDL_DrawLine1() 127 switch (fmt->BytesPerPixel) { in SDL_CalculateDrawLineFunc()
|
D | SDL_draw.h | 299 int pitch = (dst->pitch / dst->format->BytesPerPixel); \ 321 int pitch = (dst->pitch / dst->format->BytesPerPixel); \ 343 int pitch = (dst->pitch / dst->format->BytesPerPixel); \ 559 int pitch = (dst->pitch / dst->format->BytesPerPixel); \
|
D | SDL_blendfillrect.c | 128 switch (fmt->BytesPerPixel) { in SDL_BlendFillRect_RGB() 173 switch (fmt->BytesPerPixel) { in SDL_BlendFillRect_RGBA()
|
D | SDL_blendpoint.c | 128 switch (fmt->BytesPerPixel) { in SDL_BlendPoint_RGB() 173 switch (fmt->BytesPerPixel) { in SDL_BlendPoint_RGBA()
|
D | SDL_render_sw.c | 306 rect->x * surface->format->BytesPerPixel; in SW_UpdateTexture() 307 length = rect->w * surface->format->BytesPerPixel; in SW_UpdateTexture() 326 rect->x * surface->format->BytesPerPixel); in SW_LockTexture() 758 rect->x * surface->format->BytesPerPixel); in SW_RenderReadPixels()
|
/third_party/flutter/skia/third_party/externals/sdl/src/test/ |
D | SDL_test_compare.c | 71 bpp = surface->format->BytesPerPixel; in SDLTest_CompareSurfaces() 72 bpp_reference = referenceSurface->format->BytesPerPixel; in SDLTest_CompareSurfaces()
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testautomation_pixels.c | 147 …Test_AssertCheck(result->BytesPerPixel == 0, "Verify value of result.BytesPerPixel; expected: 0, g… in pixels_allocFreeFormat() 168 …Test_AssertCheck(result->BytesPerPixel > 0, "Verify value of result.BytesPerPixel; expected: >0, g… in pixels_allocFreeFormat()
|
D | testautomation_surface.c | 366 if ( fmt1->BytesPerPixel == face->format->BytesPerPixel && in surface_testCompleteSurfaceConversion() 367 fmt2->BytesPerPixel == face->format->BytesPerPixel && in surface_testCompleteSurfaceConversion()
|
D | testgamecontroller.c | 81 if (temp->format->BytesPerPixel == 1) { in LoadTexture()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageMismatchedFormatsTests.cpp | 73 int BytesPerPixel; member 84 result.BytesPerPixel = getPixelSize(texFormat); in getFormatInfo() 177 baseFormat.BytesPerPixel == shaderFormat.BytesPerPixel && in matching()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/ |
D | SDL_mirframebuffer.c | 81 bytes_per_pixel = window->surface->format->BytesPerPixel; in MIR_UpdateWindowFramebuffer()
|
D | SDL_mirmouse.c | 85 bytes_per_pixel = surface->format->BytesPerPixel; in CopySurfacePixelsToMirStream()
|