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

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 200 int padWidth = padding.left + padding.right;
202 int width = Math.max(minWidth, textWidth + padWidth);
204 int effectiveTextWidth = width - padWidth;
  /external/skia/src/effects/
SkBlurMask.cpp 911 int padWidth = srcWidth + 4*pad;
913 int padSize = padWidth * padHeight;
919 uint8_t* padptr = padPixels + y * padWidth + 2*pad;
929 int tmpHeight = padWidth - 2*pad;
936 uint8_t *srcScanline = padPixels + y*padWidth;
937 for (int x = pad ; x < padWidth - pad ; ++x) {
    [all...]
  /external/robolectric/v3/
robolectric-utils-3.1-SNAPSHOT.jar 

Completed in 122 milliseconds