OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sci_t
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp
562
const int&
sci_t
= scissor.top;
local
566
int sci_h = abs(sci_b -
sci_t
);
581
if(dst_t <
sci_t
) {
582
topCutRatio = (float)(
sci_t
- dst_t) / (float)dst_h;
583
dst_t =
sci_t
;
[
all
...]
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp
523
const int&
sci_t
= scissor.top;
local
527
int sci_h = abs(sci_b -
sci_t
);
542
if(dst_t <
sci_t
) {
543
topCutRatio = (double)(
sci_t
- dst_t) / (double)dst_h;
544
dst_t =
sci_t
;
[
all
...]
/hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.cpp
522
const int&
sci_t
= scissor.top;
local
526
int sci_h = abs(sci_b -
sci_t
);
541
if(dst_t <
sci_t
) {
542
topCutRatio = (float)(
sci_t
- dst_t) / (float)dst_h;
543
dst_t =
sci_t
;
[
all
...]
Completed in 3571 milliseconds