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

  /external/skia/gm/
spritebitmap.cpp 24 static void draw_2_bitmaps(SkCanvas* canvas, const SkBitmap& bm, bool doClip,
37 if (doClip) {
42 if (doClip) {
48 if (doClip) {
53 if (doClip) {
rrects.cpp 17 RRectGM(bool doAA, bool doClip) : fDoAA(doAA), fDoClip(doClip) {
blurrect.cpp 118 bool doClip, const Proc procs[], size_t procsCount) {
121 if (doClip) {
128 if (doClip) {
  /external/webkit/Source/WebCore/loader/
HistoryController.h 102 void updateBackForwardListClippedAtTarget(bool doClip);
HistoryController.cpp 738 void HistoryController::updateBackForwardListClippedAtTarget(bool doClip)
742 // When this function is called with doClip=true we're able to create the whole tree except for the target's children,
758 RefPtr<HistoryItem> topItem = frameLoader->history()->createItemTree(m_frame, doClip);
    [all...]
  /external/skia/bench/
DashBench.cpp 45 bool doClip = false) : INHERITED(param) {
51 fName.printf("dash_%d_%s", width, doClip ? "clipped" : "noclip");
52 fDoClip = doClip;
105 RectDashBench(void* param, const SkScalar intervals[], int count, int width, bool doClip = false)
benchmain.cpp 420 bool doClip = false;
494 doClip = true;
652 doRotate, doScale, doClip, printMin);
806 if (doClip) {

Completed in 97 milliseconds