OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetWidth
(Results
1 - 18
of
18
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
big_glyph_metrics.h
55
void
SetWidth
(byte_t width);
small_glyph_metrics.h
51
void
SetWidth
(byte_t width);
small_glyph_metrics.cc
76
void SmallGlyphMetrics::Builder::
SetWidth
(byte_t width) {
big_glyph_metrics.cc
88
void BigGlyphMetrics::Builder::
SetWidth
(byte_t width) {
/external/chromium_org/chrome/browser/ui/views/tabs/
stacked_tab_strip_layout_unittest.cc
399
// Assertions for
SetWidth
().
400
TEST_F(StackedTabStripLayoutTest,
SetWidth
) {
425
layout_->
SetWidth
(test_data[i].new_width);
457
layout.
SetWidth
(100);
458
layout.
SetWidth
(50);
459
layout.
SetWidth
(0);
460
layout.
SetWidth
(500);
stacked_tab_strip_layout.h
47
void
SetWidth
(int width);
stacked_tab_strip_layout.cc
51
void StackedTabStripLayout::
SetWidth
(int width) {
tab_strip.cc
[
all
...]
/external/chromium_org/ui/views/bubble/
tray_bubble_view.h
133
void
SetWidth
(int width);
tray_bubble_view.cc
370
void TrayBubbleView::
SetWidth
(int width) {
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
normal_test.cc
222
_encodedVideoBuffer.
SetWidth
(_inst.width);
255
_encodedVideoBuffer.
SetWidth
(_inst.width);
normal_async_test.cc
572
dest.
SetWidth
((uint16_t)src._encodedWidth);
unit_test.cc
104
_encodedVideoBuffer->
SetWidth
(
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/test/
vp8_impl_unittest.cc
57
encoded_video_frame_->
SetWidth
(encodedImage._encodedWidth);
/external/chromium_org/ash/system/user/
user_view.cc
459
bubble_view->
SetWidth
(GetPreferredSize().width());
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoframe.cc
284
frame()->
SetWidth
(w);
/external/chromium_org/third_party/webrtc/modules/interface/
module_common_types.h
482
void
SetWidth
(const uint32_t width) { _width = width; }
/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc
380
target->
SetWidth
(static_cast<byte_t>(source->Width()));
Completed in 321 milliseconds