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

  /external/pdfium/core/src/fxge/dib/
fx_dib_engine.cpp 162 double dest_end = FXSYS_Div((FX_FLOAT)(j + 1) - base, scale); local
163 if (dest_start > dest_end) {
165 dest_start = dest_end;
166 dest_end = temp;
169 double area_end = dest_end > (FX_FLOAT)(dest_pixel + 1) ? (FX_FLOAT)(dest_pixel + 1) : dest_end;
    [all...]
  /art/compiler/dex/
local_value_numbering.cc 505 auto dest_end = dest->end(); local
511 dest->PutBefore(dest_end, entry.first, entry.second);
    [all...]

Completed in 184 milliseconds