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

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 199 int padHeight = padding.top + padding.bottom;
201 int height = Math.max(minHeight, textHeight + padHeight);
203 int effectiveTextHeight = height - padHeight;
  /external/skia/src/effects/
SkBlurMask.cpp 912 int padHeight = srcHeight;
913 int padSize = padWidth * padHeight;
928 int tmpWidth = padHeight + 4*pad;
935 for (int y = 0 ; y < padHeight ; ++y) {
    [all...]

Completed in 55 milliseconds