OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:src_right
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fxge/dib/
fx_dib_engine.cpp
278
double
src_right
= FXSYS_Mul(scale_x, (FX_FLOAT)(clip_rect.right) + base_x);
local
281
if (src_left >
src_right
) {
283
src_left =
src_right
;
284
src_right
= temp;
292
m_SrcClip.right = (int)FXSYS_ceil((FX_FLOAT)
src_right
);
[
all
...]
/art/compiler/optimizing/
instruction_simplifier.cc
202
HInstruction*
src_right
= right->InputAt(0);
local
207
right->ReplaceWith(
src_right
);
214
hbin = new (GetGraph()->GetArena()) HOr(type, src_left,
src_right
, dex_pc);
216
hbin = new (GetGraph()->GetArena()) HAnd(type, src_left,
src_right
, dex_pc);
[
all
...]
Completed in 493 milliseconds