Home
last modified time | relevance | path

Searched +defs:tab +defs:width (Results 1 – 25 of 28) sorted by relevance

12

/third_party/ffmpeg/libavcodec/tests/
Dsnowenc.c31 #define width 256 in main() macro
130 int tab[4]={0,2,3,1}; in main() local
/third_party/flutter/skia/third_party/externals/wuffs/example/gifplayer/
Dgifplayer.c144 size_t width = wuffs_base__pixel_config__width(&pb->pixcfg); in restore_background() local
157 wuffs_base__table_u8 tab = wuffs_base__pixel_buffer__plane(pb, 0); in compose() local
158 size_t width = wuffs_base__pixel_config__width(&pb->pixcfg); in compose() local
177 uint32_t width = wuffs_base__pixel_config__width(&pb->pixcfg); in print_ascii_art() local
203 uint32_t width = wuffs_base__pixel_config__width(&pb->pixcfg); in print_color_art() local
232 uint32_t width = wuffs_base__pixel_config__width(&ic->pixcfg); in try_allocate() local
323 uint32_t width = wuffs_base__pixel_config__width(&ic.pixcfg); in play() local
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/base/
Dimage-public.h329 uint32_t width; member
365 uint32_t width, in wuffs_base__pixel_config__set()
484 uint32_t width, in set()
515 wuffs_base__pixel_config::width() const { in width() function
572 uint32_t width, in wuffs_base__image_config__set()
631 uint32_t width, in set()
855 wuffs_base__frame_config::width() const { in width() function
964 wuffs_base__table_u8* tab = in wuffs_base__pixel_buffer__set_from_slice() local
976 size_t width = (size_t)(pixcfg->private_impl.width); in wuffs_base__pixel_buffer__set_from_slice() local
988 wuffs_base__table_u8* tab = &b->private_impl.planes[0]; in wuffs_base__pixel_buffer__set_from_slice() local
[all …]
/third_party/boost/libs/spirit/workbench/unicode/
Dcreate_tables.cpp416 void print_tab(Out& out, int tab) in print_tab()
423 void print_table(Out& out, C const& c, bool trailing_comma, int width = 4, int group = 16) in print_table()
425 int const tab = 4; in print_table() local
/third_party/boost/boost/spirit/home/support/char_encoding/unicode/
Dcreate_tables.cpp416 void print_tab(Out& out, int tab) in print_tab()
423 void print_table(Out& out, C const& c, bool trailing_comma, int width = 4, int group = 16) in print_table()
425 int const tab = 4; in print_table() local
/third_party/ffmpeg/libavcodec/
Dhevc_filter.c141 static void copy_CTB(uint8_t *dst, const uint8_t *src, int width, int height, in copy_CTB()
192 ptrdiff_t stride_src, int x, int y, int width, int height, in copy_CTB_to_hv()
214 int x0, int y0, int width, int height, int c_idx) in restore_tqb_pixels()
244 #define CTB(tab, x, y) ((tab)[(y) * s->ps.sps->ctb_width + (x)]) argument
312 int width = FFMIN(ctb_size_h, (s->ps.sps->width >> s->ps.sps->hshift[c_idx]) - x0); in sao_filter_CTB() local
314 int tab = sao_tab[(FFALIGN(width, 8) >> 3) - 1]; in sao_filter_CTB() local
Divi.h66 VLC *tab; /// pointer to the table associated with tab_sel member
130 int width; member
147 int width; member
195 uint16_t width; member
Dhevcdec.h75 #define SAMPLE(tab, x, y) ((tab)[(y) * s->sps->width + (x)]) argument
76 #define SAMPLE_CTB(tab, x, y) ((tab)[(y) * min_cb_width + (x)]) argument
480 int width; member
Dhevcdec.c91 int width = sps->width; in pic_arrays_init() local
975 #define CTB(tab, x, y) ((tab)[(y) * s->ps.sps->ctb_width + (x)]) argument
3236 int width = s->avctx->coded_width; in verify_md5() local
Dvp3.c176 int width, height; member
1798 int width = s->fragment_width[!!plane]; in apply_loop_filter() local
2450 const HuffTable *tab = &s->huffman_table[i]; in vp3_decode_init() local
Dmpegvideo_enc.c1397 int width = s->width >> scale; in estimate_best_b_count() local
2124 static const char tab[64] = { in dct_single_coeff_elimination() local
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/
Dvp8_dec.c106 int* const width, int* const height) { in VP8GetInfo()
424 const uint8_t* tab; in GetLargeValue() local
/third_party/skia/third_party/externals/libwebp/src/dec/
Dvp8_dec.c106 int* const width, int* const height) { in VP8GetInfo()
424 const uint8_t* tab; in GetLargeValue() local
/third_party/skia/third_party/externals/imgui/
Dimgui_widgets.cpp5084 const float width = CalcItemWidth(); in ColorPicker4() local
6643 ImU16 width = Widths[i]; in CalcNextTotalWidth() local
7132 static inline int TabItemGetSectionIdx(const ImGuiTabItem* tab) in TabItemGetSectionIdx()
7295 ImGuiTabItem* tab = &tab_bar->Tabs[tab_src_n]; in TabBarLayout() local
7370 ImGuiTabItem* tab = &tab_bar->Tabs[tab_n]; in TabBarLayout() local
7438 ImGuiTabItem* tab = &tab_bar->Tabs[g.ShrinkWidthBuffer[tab_n].Index]; in TabBarLayout() local
7461 ImGuiTabItem* tab = &tab_bar->Tabs[section_tab_index + tab_n]; in TabBarLayout() local
7546 if (ImGuiTabItem* tab = TabBarFindTabByID(tab_bar, tab_id)) in TabBarRemoveTab() local
7554 void ImGui::TabBarCloseTab(ImGuiTabBar* tab_bar, ImGuiTabItem* tab) in TabBarCloseTab()
7585 ImGuiTabItem* tab = TabBarFindTabByID(tab_bar, tab_id); in TabBarScrollToTab() local
[all …]
Dimstb_truetype.h682 int width; member
2590 int tab = stbtt__find_table(info->data, info->fontstart, "OS/2"); in stbtt_GetFontVMetricsOS2() local
3553 …float scale_x, float scale_y, float shift_x, float shift_y, int glyph, int *width, int *height, in… in stbtt_GetGlyphBitmapSubpixel()
3593 …p(const stbtt_fontinfo *info, float scale_x, float scale_y, int glyph, int *width, int *height, in… in stbtt_GetGlyphBitmap()
3622 …t scale_x, float scale_y, float shift_x, float shift_y, int codepoint, int *width, int *height, in… in stbtt_GetCodepointBitmapSubpixel()
3637 …nst stbtt_fontinfo *info, float scale_x, float scale_y, int codepoint, int *width, int *height, in… in stbtt_GetCodepointBitmap()
3742 int width,height; member
4406 …lyph, int padding, unsigned char onedge_value, float pixel_dist_scale, int *width, int *height, in… in stbtt_GetGlyphSDF()
4592 …oint, int padding, unsigned char onedge_value, float pixel_dist_scale, int *width, int *height, in… in stbtt_GetCodepointSDF()
/third_party/ffmpeg/libavdevice/
Dopengl_enc.c220 int width; ///< Stream width member
309 static int opengl_resize(AVFormatContext *h, int width, int height) in opengl_resize()
556 float tab = top + bottom; in opengl_make_ortho() local
843 GLsizei width, GLsizei height) in opengl_configure_texture()
/third_party/mesa3d/src/imgui/
Dimgui_widgets.cpp5961 ImGuiTabItem* tab = &tab_bar->Tabs[tab_src_n]; in TabBarLayout() local
6022 ImGuiTabItem* tab = &tab_bar->Tabs[tab_n]; in TabBarLayout() local
6070 ImGuiTabItem* tab = &tab_bar->Tabs[tab_n]; in TabBarLayout() local
6079 ImGuiTabItem* tab = &tab_bar->Tabs[tab_n]; in TabBarLayout() local
6153 if (ImGuiTabItem* tab = TabBarFindTabByID(tab_bar, tab_id)) in TabBarRemoveTab() local
6161 void ImGui::TabBarCloseTab(ImGuiTabBar* tab_bar, ImGuiTabItem* tab) in TabBarCloseTab()
6183 static void ImGui::TabBarScrollToTab(ImGuiTabBar* tab_bar, ImGuiTabItem* tab) in TabBarScrollToTab()
6196 void ImGui::TabBarQueueChangeTabOrder(ImGuiTabBar* tab_bar, const ImGuiTabItem* tab, int dir) in TabBarQueueChangeTabOrder()
6281 ImGuiTabItem* tab = &tab_bar->Tabs[tab_n]; in TabBarTabListPopupButton() local
6319 ImGuiTabItem* tab = &tab_bar->Tabs[tab_bar->LastTabItemIdx]; in BeginTabItem() local
[all …]
Dimstb_truetype.h682 int width; member
2590 int tab = stbtt__find_table(info->data, info->fontstart, "OS/2"); in stbtt_GetFontVMetricsOS2() local
3553 …float scale_x, float scale_y, float shift_x, float shift_y, int glyph, int *width, int *height, in… in stbtt_GetGlyphBitmapSubpixel()
3593 …p(const stbtt_fontinfo *info, float scale_x, float scale_y, int glyph, int *width, int *height, in… in stbtt_GetGlyphBitmap()
3622 …t scale_x, float scale_y, float shift_x, float shift_y, int codepoint, int *width, int *height, in… in stbtt_GetCodepointBitmapSubpixel()
3637 …nst stbtt_fontinfo *info, float scale_x, float scale_y, int codepoint, int *width, int *height, in… in stbtt_GetCodepointBitmap()
3742 int width,height; member
4406 …lyph, int padding, unsigned char onedge_value, float pixel_dist_scale, int *width, int *height, in… in stbtt_GetGlyphSDF()
4592 …oint, int padding, unsigned char onedge_value, float pixel_dist_scale, int *width, int *height, in… in stbtt_GetCodepointSDF()
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_widgets.cpp5929 ImGuiTabItem* tab = &tab_bar->Tabs[tab_src_n]; in TabBarLayout() local
5984 ImGuiTabItem* tab = &tab_bar->Tabs[tab_n]; in TabBarLayout() local
6029 ImGuiTabItem* tab = &tab_bar->Tabs[tab_n]; in TabBarLayout() local
6038 ImGuiTabItem* tab = &tab_bar->Tabs[tab_n]; in TabBarLayout() local
6108 if (ImGuiTabItem* tab = TabBarFindTabByID(tab_bar, tab_id)) in TabBarRemoveTab() local
6116 void ImGui::TabBarCloseTab(ImGuiTabBar* tab_bar, ImGuiTabItem* tab) in TabBarCloseTab()
6138 static void ImGui::TabBarScrollToTab(ImGuiTabBar* tab_bar, ImGuiTabItem* tab) in TabBarScrollToTab()
6151 void ImGui::TabBarQueueChangeTabOrder(ImGuiTabBar* tab_bar, const ImGuiTabItem* tab, int dir) in TabBarQueueChangeTabOrder()
6239 ImGuiTabItem* tab = &tab_bar->Tabs[tab_bar->LastTabItemIdx]; in BeginTabItem() local
6254 ImGuiTabItem* tab = &tab_bar->Tabs[tab_bar->LastTabItemIdx]; in EndTabItem() local
[all …]
Dimstb_truetype.h668 int width; member
2572 int tab = stbtt__find_table(info->data, info->fontstart, "OS/2"); in stbtt_GetFontVMetricsOS2() local
3527 …float scale_x, float scale_y, float shift_x, float shift_y, int glyph, int *width, int *height, in… in stbtt_GetGlyphBitmapSubpixel()
3567 …p(const stbtt_fontinfo *info, float scale_x, float scale_y, int glyph, int *width, int *height, in… in stbtt_GetGlyphBitmap()
3596 …t scale_x, float scale_y, float shift_x, float shift_y, int codepoint, int *width, int *height, in… in stbtt_GetCodepointBitmapSubpixel()
3611 …nst stbtt_fontinfo *info, float scale_x, float scale_y, int codepoint, int *width, int *height, in… in stbtt_GetCodepointBitmap()
3716 int width,height; member
4357 …lyph, int padding, unsigned char onedge_value, float pixel_dist_scale, int *width, int *height, in… in stbtt_GetGlyphSDF()
4543 …oint, int padding, unsigned char onedge_value, float pixel_dist_scale, int *width, int *height, in… in stbtt_GetCodepointSDF()
/third_party/skia/third_party/externals/wuffs/release/c/
Dwuffs-v0.2.c1197 wuffs_base__rect_ie_u32::width() const { in width() function
1583 uint32_t width; member
1619 uint32_t width, in wuffs_base__pixel_config__set()
1738 uint32_t width, in set()
1769 wuffs_base__pixel_config::width() const { in width() function
1826 uint32_t width, in wuffs_base__image_config__set()
1885 uint32_t width, in set()
2109 wuffs_base__frame_config::width() const { in width() function
2220 wuffs_base__table_u8* tab = in wuffs_base__pixel_buffer__set_from_slice() local
2232 size_t width = (size_t)(pixcfg->private_impl.width); in wuffs_base__pixel_buffer__set_from_slice() local
[all …]
Dwuffs-v0.3.c1437 size_t width, in wuffs_base__make_table_u8()
1450 size_t width, in wuffs_base__make_table_u16()
1463 size_t width, in wuffs_base__make_table_u32()
1476 size_t width, in wuffs_base__make_table_u64()
1598 wuffs_base__table__flattened_length(size_t width, in wuffs_base__table__flattened_length()
2414 wuffs_base__rect_ie_u32::width() const { in width() function
3913 uint32_t width; member
3949 uint32_t width, in wuffs_base__pixel_config__set()
4069 uint32_t width, in set()
4100 wuffs_base__pixel_config::width() const { in width() function
[all …]
/third_party/flutter/skia/third_party/externals/wuffs/release/c/
Dwuffs-v0.2.c1265 wuffs_base__rect_ie_u32::width() const { in width() function
1799 uint32_t width; member
1835 uint32_t width, in wuffs_base__pixel_config__set()
1954 uint32_t width, in set()
1985 wuffs_base__pixel_config::width() const { in width() function
2042 uint32_t width, in wuffs_base__image_config__set()
2101 uint32_t width, in set()
2325 wuffs_base__frame_config::width() const { in width() function
2434 wuffs_base__table_u8* tab = in wuffs_base__pixel_buffer__set_from_slice() local
2446 size_t width = (size_t)(pixcfg->private_impl.width); in wuffs_base__pixel_buffer__set_from_slice() local
[all …]
Dwuffs-unsupported-snapshot.c1264 wuffs_base__rect_ie_u32::width() const { in width() function
1798 uint32_t width; member
1834 uint32_t width, in wuffs_base__pixel_config__set()
1953 uint32_t width, in set()
1984 wuffs_base__pixel_config::width() const { in width() function
2041 uint32_t width, in wuffs_base__image_config__set()
2100 uint32_t width, in set()
2324 wuffs_base__frame_config::width() const { in width() function
2433 wuffs_base__table_u8* tab = in wuffs_base__pixel_buffer__set_from_slice() local
2445 size_t width = (size_t)(pixcfg->private_impl.width); in wuffs_base__pixel_buffer__set_from_slice() local
[all …]
/third_party/toybox/generated/
Dglobals.h255 int width; member
613 int width; member
1095 unsigned tabcount, *tab; member
1274 unsigned width, height; member

12