HomeSort by relevance Sort by last modified time
    Searched defs:border (Results 1 - 25 of 133) sorted by null

1 2 3 4 5 6

  /external/ImageMagick/Magick++/demo/
button.cpp 33 // Color to use for decorative border
34 Color border = "#D4DCF3"; local
73 button.borderColor( border );
  /external/webrtc/webrtc/modules/desktop_capture/win/
window_capture_utils.cc 33 DesktopSize border = DesktopSize(GetSystemMetrics(SM_CXSIZEFRAME), local
36 rect.left + border.width(),
38 rect.right - border.width(),
39 rect.bottom - border.height());
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Pyramid.h 37 real border; // border size member in class:PyramidShort
40 static PyramidShort *allocatePyramidPacked(real width, real height, real levels, real border = 0);
41 static PyramidShort *allocateImage(real width, real height, real border);
ImageUtils.h 107 static ImageType allocateImage(int width, int height, int numChannels, short int border = 0);
145 unsigned short border; member in struct:__anon52915
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
MoreImmutablesTest.java 23 import javax.swing.border.MatteBorder;
66 MatteBorder border = BorderFactory.createMatteBorder(insets.top, insets.left, local
68 String dump = yaml.dump(border);
70 "!!javax.swing.border.MatteBorder [!!java.awt.Insets [10, 20, 30, 40], !!java.awt.Color [100, 150, 200, 255]]\n",
  /external/freetype/src/gzip/
infblock.c 18 local const uInt border[] = { /* Order of the bit length code lengths */ variable
242 s->sub.trees.blens[border[s->sub.trees.index++]] = (uInt)b & 7;
246 s->sub.trees.blens[border[s->sub.trees.index++]] = 0;
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_texstate.c 126 GLubyte border[4]; local
304 /* convert border color from float to ubyte */
305 CLAMPED_FLOAT_TO_UBYTE(border[0], sampler->BorderColor.f[0]);
306 CLAMPED_FLOAT_TO_UBYTE(border[1], sampler->BorderColor.f[1]);
307 CLAMPED_FLOAT_TO_UBYTE(border[2], sampler->BorderColor.f[2]);
308 CLAMPED_FLOAT_TO_UBYTE(border[3], sampler->BorderColor.f[3]);
310 state[I830_TEXREG_TM0S4] = PACK_COLOR_8888(border[3],
311 border[0],
312 border[1],
313 border[2])
    [all...]
i915_texstate.c 151 GLubyte border[4]; local
295 * result in sampling border values if we don't set the T wrap to
301 /* 3D textures don't seem to respect the border color.
368 /* convert border color from float to ubyte */
369 CLAMPED_FLOAT_TO_UBYTE(border[0], sampler->BorderColor.f[0]);
370 CLAMPED_FLOAT_TO_UBYTE(border[1], sampler->BorderColor.f[1]);
371 CLAMPED_FLOAT_TO_UBYTE(border[2], sampler->BorderColor.f[2]);
372 CLAMPED_FLOAT_TO_UBYTE(border[3], sampler->BorderColor.f[3]);
375 /* GL specs that border color for depth textures is taken from the
379 state[I915_TEXREG_SS4] = PACK_COLOR_8888(border[0]
    [all...]
  /external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/
Theme.java 13 import javax.swing.border.Border;
37 Border border = c.getBorder(); local
38 if (border != null && border instanceof GroupBorder) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterImageBorderRepresentation.java 67 FilterImageBorderRepresentation border = (FilterImageBorderRepresentation) representation; local
68 if (border.mDrawableResource == mDrawableResource) {
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_triggered_start/
AreaIdSetType.java 38 border(0), enum constant in enum:AreaIdSetType.Value
  /external/ImageMagick/tests/
wandtest.c 5188 *border, local
    [all...]
  /external/libvpx/libvpx/vpx_scale/
yv12config.h 53 int border; member in struct:yv12_buffer_config
70 int border);
72 int height, int border);
80 int border, int byte_alignment);
94 int border, int byte_alignment,
  /external/pdfium/xfa/fxfa/
cxfa_ffpushbutton.cpp 123 CXFA_Border* border = m_pNode->GetBorderIfExists(); local
124 if (border && border->GetPresence() == XFA_AttributeEnum::Visible) {
125 CXFA_Edge* edge = border->GetEdgeIfExists(0);
  /external/skia/gm/
imagescalealigned.cpp 81 const SkRect border = SkRect::MakeIWH(kSegLen, kSegLen).makeInset(.5f, .5f); local
84 surface->getCanvas()->drawRect(border, paint);
  /external/skqp/gm/
imagescalealigned.cpp 81 const SkRect border = SkRect::MakeIWH(kSegLen, kSegLen).makeInset(.5f, .5f); local
84 surface->getCanvas()->drawRect(border, paint);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
HtmlConversationTemplates.java 184 final String border = Utils.isRunningKitkatOrLater() ? local
185 "img[blocked-src] { border: 1px solid #CCCCCC; }" : "";
186 append(sConversationUpper, viewportWidth, border, sideMargin, conversationHeaderHeight);
  /external/replicaisland/src/com/replica/replicaisland/
KeyboardConfigDialogPreference.java 154 View border = getConfigViewById(mListeningId); local
155 border.setBackgroundDrawable(mUnselectedBorder);
162 View border = getConfigViewById(id); local
163 border.setBackgroundDrawable(mSelectedBorder);
  /external/skia/samplecode/
SampleAtlas.cpp 194 const SkScalar border = kMaxScale * kCellSize; variable
196 r.outset(border, border);
  /external/skia/src/core/
SkBlurImageFilter.cpp 172 // Calculating the border is tricky. The border is the distance in pixels between the first dst
192 // finally D is C. So, with a window size of seven the border is nine. In the odd case, the
193 // border is 3*((window - 1)/2).
213 // For a window of six, the border value is eight. In the even case the border is 3 *
302 auto border = calculate_border(window); local
305 auto srcStart = srcLeft - border,
306 srcEnd = srcRight - border,
518 // Because the border is calculated before the fork of the GPU/CPU path. The border i
    [all...]
  /external/skqp/samplecode/
SampleAtlas.cpp 194 const SkScalar border = kMaxScale * kCellSize; variable
196 r.outset(border, border);
  /external/skqp/src/core/
SkBlurImageFilter.cpp 172 // Calculating the border is tricky. The border is the distance in pixels between the first dst
192 // finally D is C. So, with a window size of seven the border is nine. In the odd case, the
193 // border is 3*((window - 1)/2).
213 // For a window of six, the border value is eight. In the even case the border is 3 *
302 auto border = calculate_border(window); local
305 auto srcStart = srcLeft - border,
306 srcEnd = srcRight - border,
518 // Because the border is calculated before the fork of the GPU/CPU path. The border i
    [all...]
  /external/syslinux/memdisk/
inflate.c 153 static const unsigned border[] = { /* Order of the bit length code lengths */ variable
739 ll[border[j]] = (unsigned)b & 7;
743 ll[border[j]] = 0;
  /external/libvpx/libvpx/vpx_dsp/
intrapred.c 112 uint8_t border[69]; local
114 uint8_t border[32 + 32 - 1]; // outer border from bottom-left to top-right local
117 // dst(bs, bs - 2)[0], i.e., border starting at bottom-left
119 border[i] = AVG3(left[bs - 3 - i], left[bs - 2 - i], left[bs - 1 - i]);
121 border[bs - 2] = AVG3(above[-1], left[0], left[1]);
122 border[bs - 1] = AVG3(left[0], above[-1], above[0]);
123 border[bs - 0] = AVG3(above[-1], above[0], above[1]);
124 // dst[0][2, size), i.e., remaining top border ascending
126 border[bs + 1 + i] = AVG3(above[i], above[i + 1], above[i + 2])
563 uint16_t border[69]; local
565 uint16_t border[32 + 32 - 1]; \/\/ outer border from bottom-left to top-right local
    [all...]
  /external/skia/src/effects/
SkBlurMask.cpp 106 SkIPoint border; local
112 border = blurFilter.blur(src, dst);
113 // If src.fImage is null, then this call is only to calculate the border.
129 auto blurStart = &blur[border.x() + border.y() * dst->fRowBytes];
137 auto dstStart = &dst->fImage[border.x() + border.y() * dst->fRowBytes];
150 *margin = border;

Completed in 860 milliseconds

1 2 3 4 5 6