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

  /external/skia/src/core/
SkSafeMath.h 85 uint64_t lx_ly = lo(x) * lo(y); local
90 result = this->add(lx_ly, (hx_ly << 32));
  /external/skqp/src/core/
SkSafeMath.h 76 uint64_t lx_ly = lo(x) * lo(y); local
81 result = this->add(lx_ly, (hx_ly << 32));

Completed in 384 milliseconds