OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copybit_rect_t
(Results
1 - 6
of
6
) sorted by null
/hardware/libhardware/include/hardware/
copybit.h
117
struct
copybit_rect_t
{
struct
130
int (*next)(struct copybit_region_t const *region, struct
copybit_rect_t
*rect);
200
struct
copybit_rect_t
const *dst_rect,
201
struct
copybit_rect_t
const *src_rect,
/hardware/msm7k/libcopybit/
copybit.cpp
110
static void intersect(struct
copybit_rect_t
*out,
111
const struct
copybit_rect_t
*lhs,
112
const struct
copybit_rect_t
*rhs) {
161
const struct
copybit_rect_t
*dst,
162
const struct
copybit_rect_t
*src,
163
const struct
copybit_rect_t
*scissor) {
164
struct
copybit_rect_t
clip;
345
struct
copybit_rect_t
const *dst_rect,
346
struct
copybit_rect_t
const *src_rect,
381
const struct
copybit_rect_t
bounds = { 0, 0, dst->w, dst->h }
[
all
...]
/frameworks/base/opengl/libagl/
copybit.cpp
69
static int iterate(copybit_region_t const * self,
copybit_rect_t
* rect) {
74
static int iterate_done(copybit_region_t const *,
copybit_rect_t
*) {
78
copybit_rect_t
r;
282
copybit_rect_t
srect = { Ucr, Vcr + Hcr, Ucr + Wcr, Vcr };
340
copybit_rect_t
tmp_rect;
363
copybit_rect_t
drect = {x, y, x+w, y+h};
377
copybit_rect_t
tmpCbRect;
378
copybit_rect_t
tmpdrect = drect;
egl.cpp
334
static int iterate(copybit_region_t const * self,
copybit_rect_t
* rect) {
[
all
...]
/frameworks/base/include/ui/
Region.h
195
static int iterate(copybit_region_t const * self,
copybit_rect_t
* rect) {
/frameworks/base/libs/surfaceflinger/
LayerBuffer.h
92
copybit_rect_t
crop;
Completed in 407 milliseconds