OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:copybit_rect_t
(Results
1 - 6
of
6
) sorted by null
/hardware/qcom/display/libcopybit/
copybit_priv.h
32
copybit_iterator(const
copybit_rect_t
& rect) {
38
static int iterate(copybit_region_t const * self,
copybit_rect_t
* rect) {
54
copybit_rect_t
mRect;
copybit.cpp
113
static void intersect(struct
copybit_rect_t
*out,
114
const struct
copybit_rect_t
*lhs,
115
const struct
copybit_rect_t
*rhs) {
157
const struct
copybit_rect_t
*dst,
158
const struct
copybit_rect_t
*src,
159
const struct
copybit_rect_t
*scissor,
162
struct
copybit_rect_t
clip;
384
struct
copybit_rect_t
const *dst_rect,
385
struct
copybit_rect_t
const *src_rect,
455
const struct
copybit_rect_t
bounds = { 0, 0, dst->w, dst->h }
[
all
...]
copybit.h
147
struct
copybit_rect_t
{
struct
160
int (*next)(struct copybit_region_t const *region, struct
copybit_rect_t
*rect);
230
struct
copybit_rect_t
const *dst_rect,
231
struct
copybit_rect_t
const *src_rect,
257
struct
copybit_rect_t
*rect);
copybit_c2d.cpp
683
struct
copybit_rect_t
*rect)
709
const struct
copybit_rect_t
*dst,
710
const struct
copybit_rect_t
*src,
711
const struct
copybit_rect_t
*scissor)
[
all
...]
/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) {
159
const struct
copybit_rect_t
*dst,
160
const struct
copybit_rect_t
*src,
161
const struct
copybit_rect_t
*scissor) {
162
struct
copybit_rect_t
clip;
343
struct
copybit_rect_t
const *dst_rect,
344
struct
copybit_rect_t
const *src_rect,
379
const struct
copybit_rect_t
bounds = { 0, 0, dst->w, dst->h }
[
all
...]
/hardware/qcom/display/libhwcomposer/
hwc_copybit.cpp
44
static int iterate(copybit_region_t const * self,
copybit_rect_t
* rect){
207
copybit_rect_t
clear_rect = {rect.left, rect.top,
323
copybit_rect_t
srcRect = {sourceCrop.left, sourceCrop.top,
329
copybit_rect_t
dstRect = {displayFrame.left, displayFrame.top,
421
copybit_rect_t
tmp_rect;
Completed in 201 milliseconds