HomeSort by relevance Sort by last modified time
    Searched defs:dstw (Results 1 - 4 of 4) sorted by null

  /prebuilts/go/darwin-x86/src/image/draw/
bench_test.go 15 dstw, dsth = 640, 480
33 dst1 := image.NewRGBA(image.Rect(0, 0, dstw, dsth))
35 for x := 0; x < dstw; x++ {
46 dst1 := image.NewRGBA64(image.Rect(0, 0, dstw, dsth))
48 for x := 0; x < dstw; x++ {
62 dst1 := image.NewPaletted(image.Rect(0, 0, dstw, dsth), palette)
64 for x := 0; x < dstw; x++ {
186 x := 3 * i % (dstw - srcw)
14 dstw, dsth = 640, 480 const
  /prebuilts/go/linux-x86/src/image/draw/
bench_test.go 15 dstw, dsth = 640, 480
33 dst1 := image.NewRGBA(image.Rect(0, 0, dstw, dsth))
35 for x := 0; x < dstw; x++ {
46 dst1 := image.NewRGBA64(image.Rect(0, 0, dstw, dsth))
48 for x := 0; x < dstw; x++ {
62 dst1 := image.NewPaletted(image.Rect(0, 0, dstw, dsth), palette)
64 for x := 0; x < dstw; x++ {
186 x := 3 * i % (dstw - srcw)
14 dstw, dsth = 640, 480 const
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_surface.c 1488 uint32_t dstw, dsth; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_surface.c 1398 uint32_t dstw, dsth; local
    [all...]

Completed in 131 milliseconds