OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dst_pitch
(Results
1 - 5
of
5
) sorted by null
/external/qemu/android/skin/
scaler.c
68
int
dst_pitch
;
member in struct:__anon9283
127
op.
dst_pitch
= dst_surface->pitch;
144
op.dst_line += op.rd.x*4 + op.rd.y*op.
dst_pitch
;
surface.c
276
int
dst_pitch
;
member in struct:__anon9284
327
blit->
dst_pitch
= dst->surface->pitch;
328
blit->dst_line = dst->surface->pixels + y*blit->
dst_pitch
;
401
blit->
dst_pitch
= dst->surface->pitch;
402
blit->dst_line = (uint8_t*) dst->surface->pixels + y*blit->
dst_pitch
;
518
int pitch = blit->
dst_pitch
;
604
int pitch = blit->
dst_pitch
;
argb.h
223
int
dst_pitch
= op->
dst_pitch
;
local
300
dst_line +=
dst_pitch
;
319
int
dst_pitch
= op->
dst_pitch
;
local
446
dst_line +=
dst_pitch
;
458
int
dst_pitch
= op->
dst_pitch
;
local
534
dst_line +=
dst_pitch
;
545
int
dst_pitch
= op->dst_pitch
local
799
int
dst_pitch
= op->
dst_pitch
;
local
[
all
...]
window.c
390
int
dst_pitch
= surface->pitch;
local
391
uint8_t* dst_line = (uint8_t*)surface->pixels + rect->pos.x*4 + rect->pos.y*
dst_pitch
;
412
dst_line +=
dst_pitch
;
430
dst_line +=
dst_pitch
;
448
dst_line +=
dst_pitch
;
466
dst_line +=
dst_pitch
;
480
int
dst_pitch
= surface->pitch;
local
481
uint8_t* dst_line = (uint8_t*)surface->pixels + rect->pos.x*4 + rect->pos.y*
dst_pitch
;
501
dst_line +=
dst_pitch
;
519
dst_line +=
dst_pitch
;
[
all
...]
/external/qemu/hw/
goldfish_fb.c
246
int
dst_pitch
;
member in struct:__anon9878
427
dst_line += fbs->
dst_pitch
;
484
fbs.
dst_pitch
= pitch;
Completed in 8516 milliseconds