HomeSort by relevance Sort by last modified time
    Searched refs:padHeight (Results 1 - 3 of 3) 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/chromium_org/third_party/skia/src/effects/
SkBlurMask.cpp 914 int padHeight = srcHeight;
915 int padSize = padWidth * padHeight;
930 int tmpWidth = padHeight + 4*pad;
937 for (int y = 0 ; y < padHeight ; ++y) {
    [all...]
  /external/skia/src/effects/
SkBlurMask.cpp 914 int padHeight = srcHeight;
915 int padSize = padWidth * padHeight;
930 int tmpWidth = padHeight + 4*pad;
937 for (int y = 0 ; y < padHeight ; ++y) {
    [all...]

Completed in 290 milliseconds