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

  /external/pdfium/core/fxge/win32/
fx_win32_device.cpp 188 POINT lppt[3]; local
189 lppt[0].x = screen.x;
190 lppt[0].y = screen.y;
196 lppt[1].x = FXSYS_round(pos.x);
197 lppt[1].y = FXSYS_round(pos.y);
203 lppt[2].x = FXSYS_round(pos.x);
204 lppt[2].y = FXSYS_round(pos.y);
205 PolyBezierTo(hDC, lppt, 3);
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 59 milliseconds