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

  /external/skia/samplecode/
SampleSubpixelTranslate.cpp 43 fCurPos = SkPoint::Make(0,0);
52 SkPoint fCurPos;
79 SkRect r = SkRect::MakeXYWH( fCurPos.fX + i * (fSize + 10), fCurPos.fY, fSize, fSize );
83 canvas->drawText( "AA Scaled", strlen("AA Scaled"), fCurPos.fX + SK_ARRAY_COUNT(gQualitys) * (fSize + 10), fCurPos.fY + fSize/2, paint );
88 SkRect r = SkRect::MakeXYWH( fCurPos.fX + i * (fSize + 10), fCurPos.fY + fSize + 10, fSize, fSize );
91 canvas->drawText( "Scaled", strlen("Scaled"), fCurPos.fX + SK_ARRAY_COUNT(gQualitys) * (fSize + 10), fCurPos.fY + fSize + 10 + fSize/2, paint )
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_layout_itemlayout.cpp     [all...]

Completed in 180 milliseconds