Searched defs:border (Results 51 - 75 of 141) sorted by relevance

123456

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
H A Dx11_screen.c197 unsigned int w, h, border; local
201 &x, &y, &w, &h, &border, &depth);
/external/chromium_org/ui/views/bubble/
H A Dbubble_frame_view.cc134 // Use a window mask roughly matching the border in the image assets.
247 void BubbleFrameView::SetBubbleBorder(scoped_ptr<BubbleBorder> border) { argument
248 bubble_border_ = border.get();
249 SetBorder(border.PassAs<Border>());
251 // Update the background, which relies on the border.
308 // on the new bubble border.
358 int title_bar_width = GetInsets().width() + border()->GetInsets().width();
H A Dbubble_border.h13 #include "ui/views/border.h"
24 // A helper that combines each border image-set painter with arrows and metrics.
39 // The thickness of border and arrow images and their interior areas.
52 // Renders a border, with optional arrow, and a custom dropshadow.
114 // Returns the radius of the corner of the border.
117 // We can't safely calculate a border radius by comparing the sizes of the
175 // the neighboring border image. For example: |----offset----|
189 // Get the border exterior thickness, including stroke and shadow, in pixels.
207 // The border and arrow stroke size used in image assets, in pixels.
233 explicit BubbleBackground(BubbleBorder* border) argument
[all...]
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_state_derived.c603 const float border[4],
616 return util_pack_z(PIPE_FORMAT_Z16_UNORM, border[0]);
620 return util_pack_z(PIPE_FORMAT_X8Z24_UNORM, border[0]);
622 return util_pack_z(PIPE_FORMAT_Z16_UNORM, border[0]) << 16;
631 util_format_unswizzle_4f(border_swizzled, border, desc->swizzle);
645 /* Add 1/32 to round the border color instead of truncating. */
646 /* The Y component is used for the border color. */
776 /* Set the border color. */
602 r300_get_border_color(enum pipe_format format, const float border[4], boolean is_r500) argument
/external/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dnative_ximage.c102 unsigned int w, h, border, depth; local
105 &root, &x, &y, &w, &h, &border, &depth);
H A Dx11_screen.c197 unsigned int w, h, border; local
201 &x, &y, &w, &h, &border, &depth);
/external/aac/libSBRdec/src/
H A Denv_extr.cpp914 /* open and close frame border */
995 int pointer_bits = 0, nEnv = 0, b = 0, border, i, n = 0, local
1108 pFrameInfo->borders[0] = 0; /* first border */
1109 border = temp + numberTimeSlots; /* A -> aR */
1110 i = b-1; /* frame info index for last border */
1111 pFrameInfo->borders[i] = border; /* last border */
1115 border -= (2 * temp + 2); /* R -> r */
1116 pFrameInfo->borders[--i] = border;
1136 /* Calculate noise floor middle border
[all...]
/external/aac/libSBRenc/src/
H A Dtran_det.cpp102 The function says how good it would be to split the frame at the given border
114 INT border,
125 len1 = border-start;
126 len2 = stop-border;
144 for (i=start; i<border; i++) {
149 for (i=border; i<stop; i++) {
309 INT border; local
342 /* The below border should specify the same position as the middle border
344 border
109 spectralChange(FIXP_DBL Energies[NUMBER_TIME_SLOTS_2304][MAX_FREQ_COEFFS], INT *scaleEnergies, FIXP_DBL EnergyTotal, INT nSfb, INT start, INT border, INT stop) argument
[all...]
H A Dfram_gen.cpp225 int *bmin, /*!< hlpNew: first mandatory border */
226 int *bmax /*!< hlpNew: last mandatory border */
429 * detection ranges for the transient detector. For every border in
432 * border.
486 * - one border at the onset of the transient
488 * - optionally one "attack border" (before the onset of the transient)
563 Calculate common border (split-point)
639 Calculate common border (split-point)
723 /* open and close frame border */
871 int *bmin, /*!< hlpNew: first mandatory border */
1878 INT nEnv = 0, border = 0, i, k, p /*?*/; local
[all...]
H A Dps_encode.cpp671 INT border = psBands; local
675 border = 5;
678 border = 11;
685 for (i=0; i<border; i++) {
888 /* determine group border */
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest.cc1143 GLint border = 0; local
1163 target, level, internal_format, 0, 0, width, height, border))
H A Dtexture_definition.cc270 GLint border,
279 border(border),
323 level.border,
380 info.border,
265 LevelInfo(GLenum target, GLenum internal_format, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, bool cleared) argument
H A Dtexture_manager_unittest.cc1906 GLint border,
1914 border(border),
1924 border(0),
1931 depth == other.depth && border == other.border &&
1940 GLint border; member in struct:gpu::gles2::ProduceConsumeTextureTest::LevelInfo
1955 info.border,
1901 LevelInfo(GLenum target, GLenum format, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum type, bool cleared) argument
H A Dtexture_manager.cc133 border(0),
147 border(rhs.border),
225 "|width=%d|height=%d|depth=%d|border=%d|format=%04x|type=%04x"
230 info.width, info.height, info.depth, info.border,
267 info1.border,
439 GLint border,
460 info.border = border;
1064 GLint border,
431 SetLevelInfo( const FeatureInfo* feature_info, GLenum target, GLint level, GLenum internal_format, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, bool cleared) argument
1056 SetLevelInfo( TextureRef* ref, GLenum target, GLint level, GLenum internal_format, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, bool cleared) argument
[all...]
H A Dtexture_manager.h204 GLint border; member in struct:gpu::gles2::Texture::LevelInfo
220 GLint border,
565 GLint border,
576 params.border, params.format,
710 GLint border; member in struct:gpu::gles2::TextureManager::DoTextImage2DArguments
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DDrawingBufferTest.cpp75 virtual void texImage2D(WGC3Denum target, WGC3Dint level, WGC3Denum internalformat, WGC3Dsizei width, WGC3Dsizei height, WGC3Dint border, WGC3Denum format, WGC3Denum type, const void* pixels) argument
H A DDrawingBuffer.cpp1027 void DrawingBuffer::texImage2DResourceSafe(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, GLint unpackAlignment) argument
1030 m_context->texImage2D(target, level, internalformat, width, height, border, format, type, 0);
/external/chromium_org/ui/gl/
H A Dgl_gl_api_implementation.cc129 GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type,
135 target, level, gl_internal_format, width, height, border, format, gl_type,
127 CustomTexImage2D( GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void* pixels) argument
/external/chromium_org/ui/views/controls/button/
H A Dlabel_button.cc85 // Initialize the colors, border, and layout.
192 // Inset the button focus rect from the actual border; roughly match Windows.
248 // Make the size at least as large as the minimum size needed by the border.
249 size.SetToMax(border() ? border()->GetMinimumSize() : gfx::Size());
275 if (border())
276 height = std::max(height, border()->GetMinimumSize().height());
299 // Labels can paint over the full button height, including the border height.
341 void LabelButton::SetBorder(scoped_ptr<Border> border) { argument
343 View::SetBorder(border
[all...]
/external/chromium_org/ui/views/
H A Dview.h224 // enclosed by the view's border.
234 // Returns the insets of the current border. If there is no border an empty
507 // The border object is owned by this object and may be NULL.
509 const Border* border() const { return border_.get(); } function in class:views::View
510 Border* border() { return border_.get(); } function in class:views::View
1088 // Override to paint a border not specified by SetBorder().
/external/opencv/cv/src/
H A Dcvdistransform.cpp47 icvInitTopBottom( int* temp, int tempstep, CvSize size, int border )
50 for( i = 0; i < border; i++ )
53 int* tbottom = (int*)(temp + (size.height + border*2 - i - 1)*tempstep);
55 for( j = 0; j < size.width + border*2; j++ )
814 int border = maskSize == CV_DIST_MASK_3 ? 1 : 2; local
815 CV_CALL( temp = cvCreateMat( size.height + border*2, size.width + border*2, CV_32SC1 ));
/external/chromium_org/cc/resources/
H A Dpicture_layer_tiling.cc277 // Consider tiles inside the live tiles rect even if only their border
287 // Since the content_rect includes border pixels already, don't include
661 // Upgrade the priority on border tiles to be SOON.
663 float border = kSoonBorderDistanceInScreenPixels / content_to_screen_scale; local
664 soon_border_rect.Inset(-border, -border, -border, -border);
/external/chromium_org/cc/test/
H A Dtest_gles2_interface.cc186 GLint border,
195 border,
265 GLint border,
274 border,
298 GLint border,
302 target, level, internalformat, width, height, border, image_size, data);
181 TexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void* pixels) argument
260 AsyncTexImage2DCHROMIUM(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void* pixels) argument
293 CompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei image_size, const void* data) argument
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dbrowser_actions_container.cc74 scoped_ptr<views::LabelButtonBorder> border = variable
76 border->set_insets(gfx::Insets());
77 return border.Pass();
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorOverlay.cpp252 static bool buildNodeQuads(RenderObject* renderer, FloatQuad* content, FloatQuad* padding, FloatQuad* border, FloatQuad* margin) argument
295 *border = renderer->localToAbsoluteQuad(FloatRect(borderBox));
300 contentsQuadToScreen(containingView, *border);
323 FloatQuad content, padding, border, margin; local
324 if (!buildNodeQuads(renderer, &content, &padding, &border, &margin))
328 highlight->appendQuad(border, highlightConfig.border);
669 FloatQuad border, unused; local
670 if (buildNodeQuads(m_eventTargetNode->renderer(), &unused, &unused, &border, &unused))
671 highlight.appendQuad(border, m_nodeHighlightConfi
[all...]

Completed in 427 milliseconds

123456