| /third_party/skia/tools/sk_app/win/ |
| H A D | D3D12WindowContext_win.cpp | 91 unsigned int width = windowRect.right - windowRect.left; in initializeContext() local 137 void D3D12WindowContext::setupSurfaces(int width, int height) { in setupSurfaces() argument 211 resize(int width, int height) resize() argument [all...] |
| /third_party/skia/tools/skdiff/ |
| H A D | skdiff_html.cpp | 15 static int compute_image_height(int height, int width) { in compute_image_height() argument
|
| /third_party/spirv-tools/source/fuzz/fact_manager/ |
| H A D | constant_uniform_facts.cpp | 210 auto width = final_element_type->AsFloat() in MaybeAddFact() local 141 FloatingPointValueIsSuitable( const protobufs::FactConstantUniform& fact, uint32_t width) FloatingPointValueIsSuitable() argument
|
| /third_party/toybox/kconfig/lxdialog/ |
| H A D | menubox.c | 155 static void print_buttons(WINDOW * win, int height, int width, int selected) in print_buttons() argument 186 int height, width, menu_height; in dialog_menu() local [all...] |
| H A D | textbox.c | 55 int height, width, boxh, boxw; in dialog_textbox() local 303 print_page(WINDOW * win, int height, int width) print_page() argument 321 print_line(WINDOW * win, int row, int width) print_line() argument [all...] |
| /third_party/toybox/lib/ |
| H A D | linestack.c | 91 int crunch_str(char **str, int width, FILE *out, char *escmore, in crunch_str() argument 154 int draw_str(char *start, int width) in draw_str() argument 166 int utf8skip(char *str, int width) in utf8skip() argument 177 draw_trim_esc(char *str, int padto, int width, char *escmore, int (*escout)(FILE *out, int cols, int wc)) draw_trim_esc() argument 194 draw_trim(char *str, int padto, int width) draw_trim() argument [all...] |
| H A D | tty.c | 281 void start_redraw(unsigned *width, unsigned *height) in start_redraw() argument
|
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
| H A D | CopyTextureForBrowserTests.cpp | 25 wgpu::Texture Create2DTexture(uint32_t width, in Create2DTexture() argument
|
| H A D | ValidationTest.h | 121 uint32_t width; member
|
| /third_party/skia/third_party/externals/dawn/src/utils/ |
| H A D | TestUtils.cpp | 27 uint32_t GetMinimumBytesPerRow(wgpu::TextureFormat format, uint32_t width) { in GetMinimumBytesPerRow() argument
|
| /third_party/protobuf/src/google/protobuf/stubs/ |
| H A D | int128_unittest.cc | 458 std::streamsize width; in TEST() member
|
| H A D | int128.cc | 177 std::streamsize width = o.width(0); in operator <<() local
|
| /third_party/skia/include/core/ |
| H A D | SkFontStyle.h | 48 constexpr SkFontStyle(int weight, int width, Slant slant) : fValue( in SkFontStyle() argument 61 int width() const { return (fValue >> 16) & 0xFF; } in width() function in SkFontStyle
|
| H A D | SkPixmap.h | 150 int width() const { return fInfo.width(); } width() function in SkPixmap [all...] |
| H A D | SkSurface.h | 469 int width() const { return fWidth; } width() function in SkSurface [all...] |
| /third_party/skia/fuzz/ |
| H A D | FuzzCreateDDL.cpp | 56 int width, height; in gen_fuzzed_imageinfo() local
|
| /third_party/skia/gm/ |
| H A D | polygons.cpp | 37 int width = kNumPolygons * kCellSize + 40; variable
|
| H A D | arithmode.cpp | 73 SkScalar width = font.measureText(str.c_str(), str.size(), SkTextEncoding::kUTF8); in show_k_text() local
|
| H A D | imagealphathreshold.cpp | 104 static sk_sp<SkSurface> make_color_matching_surface(SkCanvas* canvas, int width, int height, in make_color_matching_surface() argument
|
| H A D | highcontrastfilter.cpp | 58 SkScalar width = font.measureText(labelBuffer, len, SkTextEncoding::kUTF8); in draw_label() local
|
| H A D | overstroke.cpp | 241 const size_t width = 2; in DEF_SIMPLE_GM() local
|
| H A D | imagefilterstransformed.cpp | 40 static sk_sp<SkImage> make_gradient_circle(int width, int height) { in make_gradient_circle() argument [all...] |
| /third_party/skia/experimental/sktext/editor/ |
| H A D | Editor.cpp | 117 void Editor::onResize(int width, int height) { in onResize() argument 274 std::unique_ptr<Editor> Editor::MakeDemo(SkScalar width, SkScalar height) { in MakeDemo() argument
|
| /third_party/skia/experimental/sktext/src/ |
| H A D | LogicalRun.h | 33 SkScalar width() const { return fAdvance.fX; } in width() function in skia::text::LogicalRun
|
| /third_party/skia/experimental/webgpu-bazel/src/ |
| H A D | bindings.cpp | 57 wgpu::SwapChain getSwapChainForCanvas(wgpu::Device device, std::string canvasSelector, int width, int height) { in getSwapChainForCanvas() argument 101 WebGPUSurface(std::string canvasSelector, int width, int height) { in WebGPUSurface() argument
|