Home
last modified time | relevance | path

Searched defs:width (Results 5426 - 5450 of 7180) sorted by relevance

1...<<211212213214215216217218219220>>...288

/third_party/skia/tests/
H A DProcessorTest.cpp352 static std::vector<GrColor> make_input_pixels(int width, int height, SkScalar delta) { in make_input_pixels() argument
365 make_input_texture(GrRecordingContext* context, int width, int height, GrColor* pixel) make_input_texture() argument
H A DRoundRectTest.cpp1036 float width = 20.f; test_inner_bounds() local
[all...]
H A DWritePixelsTest.cpp485 static sk_sp<SkSurface> create_surf(GrRecordingContext* rContext, int width, int height) { in create_surf() argument
/third_party/skia/src/ports/skia_ohos/
H A DFontConfig_ohos.cpp964 int width = font.style.width(); insertVariableFont() local
[all...]
/third_party/skia/src/pdf/
H A DSkPDFFont.cpp71 void setGlyphWidthAndBoundingBox(SkScalar width, SkIRect box, in setGlyphWidthAndBoundingBox() argument
[all...]
/third_party/skia/src/ports/
H A DSkScalerContext_win_dw.cpp867 const int width = glyph.width(); in BilevelToBW() local
909 const int width = glyph.width(); in GrayscaleToA8() local
926 const int width = glyph.width(); RGBToA8() local
945 const int width = glyph.width(); RGBToLcd16() local
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommands.h105 uint32_t width; member
237 float x, y, width, height, minDepth, maxDepth; member
241 uint32_t x, y, width, height; member
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DCopyTests.cpp83 static BufferSpec MinimumBufferSpec(uint32_t width, in GetExpectedTextureData() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
H A DDeviceNull.cpp465 Configure(WGPUTextureFormat format, WGPUTextureUsage, uint32_t width, uint32_t height) Configure() argument
/third_party/skia/third_party/externals/brotli/research/
H A Dbrotlidump.py1370 width = 25 variable in Layout
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DCommandBufferGL.cpp1379 uint32_t width = std::min(copySize.width, virtSize.width - x); DoTexSubImage() local
1449 uint32_t width = copySize.width; DoTexSubImage() local
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/
H A DDawnTest.h458 ExpectAttachmentDepthTestData(wgpu::Texture texture, wgpu::TextureFormat format, uint32_t width, uint32_t height, uint32_t arrayLayer, uint32_t mipLevel, std::vector<float> expectedDepth) ExpectAttachmentDepthTestData() argument
469 ExpectAttachmentStencilTestData(wgpu::Texture texture, wgpu::TextureFormat format, uint32_t width, uint32_t height, uint32_t arrayLayer, uint32_t mipLevel, uint8_t expectedStencil) ExpectAttachmentStencilTestData() argument
[all...]
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftimage.h263 unsigned int width; member
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafcjk.c1494 af_cjk_compute_stem_width( AF_GlyphHints hints, AF_Dimension dim, FT_Pos width, FT_UInt base_flags, FT_UInt stem_flags ) af_cjk_compute_stem_width() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpshints.c98 CF2_Fixed width; in cf2_hint_init() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-algs.hh1105 hb_qsort (void *base, size_t nel, size_t width, in hb_qsort() argument
1116 hb_qsort (void *base, size_t nel, size_t width, in hb_qsort() argument
H A Dhb-ot-color-cbdt-table.hh92 HBUINT8 width; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAPInt.cpp797 APInt llvm::APIntOps::RoundDoubleToAPInt(double Double, unsigned width) { in RoundDoubleToAPInt() argument
[all...]
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dresolver_test.cc1018 auto* width = GlobalConst("width", ty.i32(), Expr(16), {Override(0)}); TEST_F() local
1044 auto* width = GlobalConst("width", ty.i32(), nullptr, {Override(0)}); TEST_F() local
[all...]
/third_party/skia/third_party/externals/tint/src/transform/
H A Dvertex_pulling.cc137 uint32_t width; // 1 for scalar, 2+ for a vector member
[all...]
/third_party/skia/tools/skpbench/
H A Dskpbench.cpp542 int width = std::min(SkScalarCeilToInt(skp->cullRect().width()), 2048), in main() local
[all...]
/third_party/toybox/toys/pending/
H A Dvi.c85 static int utf8_lnw(int *width, char *s, int bytes) in utf8_lnw() argument
124 int pos = size, len, width = 0; in utf8_last() local
569 int len, width = 0; in check_cursor_bounds() local
716 int count = count0*count1, len, width = 0; cur_right() local
1312 crunch_nstr(char **str, int width, int n, FILE *out, char *escmore, int (*escout)(FILE *out, int cols, int wc)) crunch_nstr() argument
[all...]
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.h806 void bfc(const Register& rd, unsigned lsb, unsigned width) { in bfc() argument
783 bfi(const Register& rd, const Register& rn, unsigned lsb, unsigned width) bfi() argument
796 bfxil(const Register& rd, const Register& rn, unsigned lsb, unsigned width) bfxil() argument
832 sbfx(const Register& rd, const Register& rn, unsigned lsb, unsigned width) sbfx() argument
[all...]
H A Dinstructions-aarch64.cc34 RepeatBitsAcrossReg(unsigned reg_size, uint64_t value, unsigned width) RepeatBitsAcrossReg() argument
[all...]
/third_party/vixl/src/
H A Dutils-vixl.h375 RotateRight(uint64_t value, unsigned int rotate, unsigned int width) RotateRight() argument

Completed in 45 milliseconds

1...<<211212213214215216217218219220>>...288