HomeSort by relevance Sort by last modified time
    Searched defs:src_right (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fxge/dib/
cstretchengine.cpp 274 double src_right = scale_x * (clip_rect.right + base_x); local
277 if (src_left > src_right)
278 std::swap(src_left, src_right);
282 m_SrcClip.right = static_cast<int>(ceil(src_right));
  /art/compiler/optimizing/
instruction_simplifier.cc 225 HInstruction* src_right = right->InputAt(0); local
230 right->ReplaceWith(src_right);
237 hbin = new (GetGraph()->GetAllocator()) HOr(type, src_left, src_right, dex_pc);
239 hbin = new (GetGraph()->GetAllocator()) HAnd(type, src_left, src_right, dex_pc);
    [all...]

Completed in 88 milliseconds