/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_dx9.cpp | 55 D3DCOLOR col; member
|
/third_party/skia/tests/ |
H A D | PathOpsBuilderConicTest.cpp | 79 static void setupOne(skiatest::Reporter* reporter, int col, int row, int rot, int trial) { in setupOne() argument
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_gain_map.cpp | 276 Interpolate(int32 row, int32 col, uint32 plane, const dng_rect &bounds) const Interpolate() argument
|
H A D | dng_pixel_buffer.h | 125 InternalPixel(int32 row, int32 col, uint32 plane = 0) const InternalPixel() argument 233 ConstPixel(int32 row, int32 col, uint32 plane = 0) const ConstPixel() argument 248 DirtyPixel(int32 row, int32 col, uint32 plane = 0) DirtyPixel() argument 265 ConstPixel_uint8(int32 row, int32 col, uint32 plane = 0) const ConstPixel_uint8() argument 282 DirtyPixel_uint8(int32 row, int32 col, uint32 plane = 0) DirtyPixel_uint8() argument 299 ConstPixel_int8(int32 row, int32 col, uint32 plane = 0) const ConstPixel_int8() argument 316 DirtyPixel_int8(int32 row, int32 col, uint32 plane = 0) DirtyPixel_int8() argument 333 ConstPixel_uint16(int32 row, int32 col, uint32 plane = 0) const ConstPixel_uint16() argument 350 DirtyPixel_uint16(int32 row, int32 col, uint32 plane = 0) DirtyPixel_uint16() argument 367 ConstPixel_int16(int32 row, int32 col, uint32 plane = 0) const ConstPixel_int16() argument 384 DirtyPixel_int16(int32 row, int32 col, uint32 plane = 0) DirtyPixel_int16() argument 401 ConstPixel_uint32(int32 row, int32 col, uint32 plane = 0) const ConstPixel_uint32() argument 418 DirtyPixel_uint32(int32 row, int32 col, uint32 plane = 0) DirtyPixel_uint32() argument 435 ConstPixel_int32(int32 row, int32 col, uint32 plane = 0) const ConstPixel_int32() argument 452 DirtyPixel_int32(int32 row, int32 col, uint32 plane = 0) DirtyPixel_int32() argument 469 ConstPixel_real32(int32 row, int32 col, uint32 plane = 0) const ConstPixel_real32() argument 486 DirtyPixel_real32(int32 row, int32 col, uint32 plane = 0) DirtyPixel_real32() argument [all...] |
/third_party/skia/gm/ |
H A D | bc1_transparency.cpp | 34 static uint16_t to565(SkColor col) { in to565() argument
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFragDepthTests.cpp | 410 int col = de::clamp(deRoundFloatToInt32((float)step*depthStep*255.0f), 0, 255); in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationPrimitiveDiscardTests.cpp | 134 const int col = index % numCols; in genAttributes() local
|
/kernel/linux/linux-5.10/arch/loongarch/loongson64/ |
H A D | numa.c | 352 int row, col; in numa_default_distance() local
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | numa.c | 343 int row, col; in numa_default_distance() local
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | samsung-keypad.c | 82 unsigned int col; in samsung_keypad_scan() local 113 unsigned int col, row; in samsung_keypad_report() local 288 u32 row, col, key_code; samsung_keypad_parse_dt() local [all...] |
H A D | stmpe-keypad.c | 178 int col = data & STMPE_KPC_DATA_COL; in stmpe_keypad_irq() local 316 int row, col; in stmpe_keypad_fill_used_pins() local
|
H A D | cros_ec_keyb.c | 160 int col, row; in cros_ec_keyb_process() local 293 int row, col; cros_ec_keyb_compute_valid_keys() local [all...] |
H A D | omap4-keypad.c | 127 unsigned int col, row, code, changed; in omap4_keypad_irq_thread_fn() local
|
/kernel/linux/linux-5.10/drivers/tty/vt/ |
H A D | vc_screen.c | 251 unsigned int nr, row, col, maxcol = vc->vc_cols; in vcs_read_buf_uni() local 280 unsigned int col, maxcol = vc->vc_cols; in vcs_read_buf_noattr() local 301 unsigned int col, maxcol = vc->vc_cols; vcs_read_buf() local 482 unsigned int col, maxcol = vc->vc_cols; vcs_write_buf_noattr() local 522 unsigned int col, maxcol = vc->vc_cols; vcs_write_buf() local [all...] |
/kernel/linux/linux-5.10/drivers/video/console/ |
H A D | sticon.c | 347 int col = 1; /* vga_can_do_color; */ in sticon_invert_region() local
|
/kernel/linux/linux-5.10/drivers/video/fbdev/matrox/ |
H A D | matroxfb_crtc2.c | 33 u_int32_t col; in matroxfb_dh_setcolreg() local
|
/kernel/linux/linux-5.10/tools/perf/ui/gtk/ |
H A D | hists.c | 97 perf_gtk__add_callchain_flat(struct rb_root *root, GtkTreeStore *store, GtkTreeIter *parent, int col, u64 total) perf_gtk__add_callchain_flat() argument 160 perf_gtk__add_callchain_folded(struct rb_root *root, GtkTreeStore *store, GtkTreeIter *parent, int col, u64 total) perf_gtk__add_callchain_folded() argument 220 perf_gtk__add_callchain_graph(struct rb_root *root, GtkTreeStore *store, GtkTreeIter *parent, int col, u64 total) perf_gtk__add_callchain_graph() argument 270 perf_gtk__add_callchain(struct rb_root *root, GtkTreeStore *store, GtkTreeIter *parent, int col, u64 total) perf_gtk__add_callchain() argument [all...] |
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | rc80211_minstrel.c | 442 unsigned int i, col, new_idx; in init_sample_table() local
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | da9052-battery.c | 461 u8 col; in da9052_USB_current_notifier() local
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vimc/ |
H A D | vimc-debayer.c | 316 vimc_deb_process_rgb_frame(struct vimc_deb_device *vdeb, unsigned int lin, unsigned int col, unsigned int rgb[3]) vimc_deb_process_rgb_frame() argument 409 vimc_deb_calc_rgb_sink(struct vimc_deb_device *vdeb, const u8 *frame, const unsigned int lin, const unsigned int col, unsigned int rgb[3]) vimc_deb_calc_rgb_sink() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/test-drivers/vimc/ |
H A D | vimc-debayer.c | 317 vimc_debayer_process_rgb_frame(struct vimc_debayer_device *vdebayer, unsigned int lin, unsigned int col, unsigned int rgb[3]) vimc_debayer_process_rgb_frame() argument 410 vimc_debayer_calc_rgb_sink(struct vimc_debayer_device *vdebayer, const u8 *frame, const unsigned int lin, const unsigned int col, unsigned int rgb[3]) vimc_debayer_calc_rgb_sink() argument [all...] |
/kernel/linux/linux-6.6/drivers/tty/vt/ |
H A D | vc_screen.c | 251 unsigned int nr, row, col, maxcol = vc->vc_cols; in vcs_read_buf_uni() local 280 unsigned int col, maxcol = vc->vc_cols; in vcs_read_buf_noattr() local 301 unsigned int col, maxcol = vc->vc_cols; vcs_read_buf() local 482 unsigned int col, maxcol = vc->vc_cols; vcs_write_buf_noattr() local 522 unsigned int col, maxcol = vc->vc_cols; vcs_write_buf() local [all...] |
/kernel/linux/linux-6.6/drivers/video/console/ |
H A D | sticon.c | 348 int col = 1; /* vga_can_do_color; */ in sticon_invert_region() local
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | da9052-battery.c | 461 u8 col; in da9052_USB_current_notifier() local
|
/kernel/linux/linux-6.6/drivers/video/fbdev/matrox/ |
H A D | matroxfb_crtc2.c | 33 u_int32_t col; in matroxfb_dh_setcolreg() local
|