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

  /external/pdfium/core/fxge/skia/
fx_skia_device.h 102 void SetClipMask(const FX_RECT& clipBox, const SkPath& skClipPath);
fx_skia_device.cpp 206 FX_RECT clipBox;
207 driver->GetClipBox(&clipBox);
208 printf("reported bounds %d %d %d %d\n", clipBox.left, clipBox.top,
209 clipBox.right, clipBox.bottom);
    [all...]

Completed in 82 milliseconds