| /third_party/skia/experimental/sktext/include/ |
| H A D | Types.h | 102 int width() const { in width() function in skia::text::Range
|
| /third_party/skia/modules/skparagraph/src/ |
| H A D | TextLine.h | 101 SkScalar width() const { in width() function in skia::textlayout::TextLine
|
| H A D | ParagraphImpl.h | 354 void setSize(SkScalar height, SkScalar width, SkScalar longestLine) { in setSize() argument 359 void getSize(SkScalar& height, SkScalar& width, SkScalar& longestLine) { in getSize() argument
|
| /third_party/skia/modules/canvaskit/ |
| H A D | paragraph_bindings.cpp | 40 SkFontStyle::Width width; member [all...] |
| /third_party/skia/modules/pathkit/ |
| H A D | externs.js | |
| H A D | pathkit_wasm_bindings.cpp | 307 void ApplyAddRect(SkPath& path, SkScalar x, SkScalar y, SkScalar width, SkScalar height) { in ApplyAddRect() argument 394 SkScalar width; member
|
| /third_party/skia/bench/ |
| H A D | nanobench.cpp | 1018 int width = 0; in rawNext() variable 581 valid_brd_bench(sk_sp<SkData> encoded, SkColorType colorType, uint32_t sampleSize, uint32_t minOutputSize, int* width, int* height) valid_brd_bench() argument [all...] |
| /third_party/spirv-tools/source/fuzz/ |
| H A D | fuzzer_pass_donate_modules.cpp | 236 const uint32_t width = type_or_value.GetSingleWordInOperand(0); in HandleTypeOrValue() local 251 const uint32_t width = type_or_value.GetSingleWordInOperand(0); in HandleTypeOrValue() local
|
| /third_party/spirv-tools/source/opt/ |
| H A D | constants.cpp | 108 const auto width = int_type->width(); in GetZeroExtendedValue() local 127 const auto width = int_type->width(); GetSignExtendedValue() local [all...] |
| /third_party/spirv-tools/source/val/ |
| H A D | validate_type.cpp | 32 int64_t ConstantLiteralAsInt64(uint32_t width, in ConstantLiteralAsInt64() argument 260 const uint32_t width = type_words[2]; in ValidateTypeArray() local
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fFboTestUtil.cpp | 891 void readPixels (sglr::Context& ctx, tcu::Surface& dst, int x, int y, int width, int height, const tcu::TextureFormat& format, const tcu::Vec4& scale, const tcu::Vec4& bias) in readPixels() argument
|
| H A D | es3fPixelBufferObjectTests.cpp | 385 int width = m_context.getRenderTarget().getWidth(); in iterate() local
|
| H A D | es3fPolygonOffsetTests.cpp | 99 const int width = test.getWidth(); in compareImages() local 194 void checkCanvasSize (int width, int height, int minWidth, int minHeight) in checkCanvasSize() argument 284 const int width = m_context.getRenderTarget().getWidth(); in iterate() local
|
| H A D | es3fPrimitiveRestartTests.cpp | 474 int width = deMin32(m_context.getRenderTarget().getWidth(), MAX_RENDER_WIDTH); in iterate() local
|
| H A D | es3fStencilTests.cpp | 288 int width = deMin32(128, renderTarget.getWidth()); in iterate() local 345 sglr::ReferenceContextBuffers buffers (tcu::PixelFormat(8,8,8,renderTarget.getPixelFormat().alphaBits?8:0), renderTarget.getDepthBits(), renderTarget.getStencilBits(), width, height); in iterate() local
|
| H A D | es3fTextureFormatTests.cpp | 112 Texture2DFormatCase::Texture2DFormatCase (tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height) in Texture2DFormatCase() argument 125 Texture2DFormatCase::Texture2DFormatCase (tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 internalFormat, int width, int height) in Texture2DFormatCase() argument 278 TextureCubeFormatCase(tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height) TextureCubeFormatCase() argument 293 TextureCubeFormatCase(tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 internalFormat, int width, int height) TextureCubeFormatCase() argument 478 Texture2DArrayFormatCase(tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, int numLayers) Texture2DArrayFormatCase() argument 493 Texture2DArrayFormatCase(tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 internalFormat, int width, int height, int numLayers) Texture2DArrayFormatCase() argument 635 Texture3DFormatCase(tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, int depth) Texture3DFormatCase() argument 650 Texture3DFormatCase(tcu::TestContext& testCtx, Context& context, const char* name, const char* description, deUint32 internalFormat, int width, int height, int depth) Texture3DFormatCase() argument 796 Compressed2DFormatCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* description, tcu::CompressedTexFormat format, deUint32 randomSeed, int width, int height) Compressed2DFormatCase() argument 937 CompressedCubeFormatCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* description, tcu::CompressedTexFormat format, deUint32 randomSeed, int width, int height) CompressedCubeFormatCase() argument [all...] |
| H A D | es3fTextureWrapTests.cpp | 132 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height, bool enableRelaxedRef) in TextureWrapCase() argument 173 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, CompressedTexFormat compressedFormat, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height, bool enableRelaxedRef) in TextureWrapCase() argument 424 int width; in init() member 527 int width; init() member 583 int width; init() member [all...] |
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fFboTestUtil.cpp | 445 void readPixels (sglr::Context& ctx, tcu::Surface& dst, int x, int y, int width, int height, const tcu::TextureFormat& format, const tcu::Vec4& scale, const tcu::Vec4& bias) in readPixels() argument
|
| H A D | es31fShaderHelperInvocationTests.cpp | 220 FboHelper::FboHelper (const glu::RenderContext& renderCtx, int width, int height, deUint32 format, int numSamples) in FboHelper() argument 270 const int width = dst.getWidth(); in readPixels() local
|
| H A D | es31fStencilTexturingTests.cpp | 67 static void genTestRects (vector<IVec4>& rects, int width, int height) in genTestRects() argument 89 static void rectsToTriangles (const vector<IVec4>& rects, int width, int height, vector<Vec2>& positions, vector<deUint16>& indices) in rectsToTriangles() argument 123 static void drawTestPattern (const glu::RenderContext& renderCtx, int width, int height) in drawTestPattern() argument 199 static void blitStencilToColor2D (const glu::RenderContext& renderCtx, deUint32 srcTex, int width, in argument 264 blitStencilToColor2DArray(const glu::RenderContext& renderCtx, deUint32 srcTex, int width, int height, int level) blitStencilToColor2DArray() argument 329 blitStencilToColorCube(const glu::RenderContext& renderCtx, deUint32 srcTex, const float* texCoord, int width, int height) blitStencilToColorCube() argument 530 const int width = 129; iterate() local 535 TextureLevel uploadLevel (glu::mapGLInternalFormat(m_format), width, height); iterate() local 536 TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width, height); iterate() local 537 TextureLevel stencilOnlyLevel (TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, height); iterate() local 585 const int width = 41; iterate() local 592 TextureLevel uploadLevel (glu::mapGLInternalFormat(m_format), width, height, levels); iterate() local 619 TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width, height); iterate() local 632 TextureLevel reference(TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, height); iterate() local 760 const int width = 117; iterate() local 765 TextureLevel result (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width, height); iterate() local 766 TextureLevel reference (TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, height); iterate() local 817 const int width = 125; iterate() local 823 TextureLevel result (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width, height); iterate() local 824 TextureLevel reference (TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, height); iterate() local 891 const int width = 64; iterate() local 896 TextureLevel uploadLevel (glu::mapGLInternalFormat(m_format), width, height); iterate() local 897 TextureLevel readLevel (TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT32), width, height); iterate() local 898 TextureLevel stencilOnlyLevel (TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, height); iterate() local 950 const int width = 128; iterate() local [all...] |
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsLongStressCase.hpp | 136 int width; member
|
| H A D | glsMemoryStressCase.cpp | 578 int width = rnd.getInt(m_config.minTextureSize, m_config.maxTextureSize); in allocateTexture() local
|
| H A D | glsScissorTests.cpp | 562 const int width in render() local 657 const int width = 64; iterate() local [all...] |
| H A D | glsStateChangePerfTestCases.cpp | 149 void genTextureData (vector<deUint8>& data, int width, int height) in genTextureData() argument
|
| /third_party/vk-gl-cts/modules/internal/ |
| H A D | ditFrameworkTests.cpp | 703 const int width = subCase.rtSize.x(); in runCase() local 709 TextureLevel interpolated (TextureFormat(TextureFormat::RGBA, TextureFormat::FLOAT), numSamples, width, height); in runCase() local 710 TextureLevel depthStencil (TextureFormat(TextureFormat::DS, TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV), numSamples, width, height); in runCase() local 802 TextureLevel errorMask (TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8), width, height); in runCase() local
|