HomeSort by relevance Sort by last modified time
    Searched full:startmask (Results 1 - 4 of 4) sorted by null

  /external/pixman/pixman/
pixman-edge-imp.h 109 uint32_t startmask; local
118 MASK_BITS (x, width, startmask, nmiddle, endmask);
120 if (startmask) {
121 WRITE(image, a, READ(image, a) | startmask);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
Gesture.java 95 * @param startMask The initial SWT mask for the gesture, if known, or
98 public void begin(ControlPoint pos, int startMask) {
100 mStartMask = startMask;
ResizeGesture.java 74 public void begin(ControlPoint pos, int startMask) {
75 super.begin(pos, startMask);
MoveGesture.java 129 public void begin(ControlPoint pos, int startMask) {
130 super.begin(pos, startMask);
    [all...]

Completed in 120 milliseconds