Home
last modified time | relevance | path

Searched defs:height (Results 1601 - 1625 of 3890) sorted by relevance

1...<<61626364656667686970>>...156

/third_party/skia/gm/
H A Dcomposeshader.cpp251 int height = 255; in DEF_SIMPLE_GM() local
H A Dconvex_all_line_paths.cpp24 static void create_ngon(int n, SkPoint* pts, SkScalar width, SkScalar height) { in create_ngon() argument
197 SkScalar height = kMaxPathHeight/2; in GetPath() local
H A Drasterhandleallocator.cpp185 static bool Create(int width, int height, bool is_opaque, SkRasterHandleAllocator::Rec* rec) { in Create() argument
H A Dgm.h146 SkScalar height() { in height() function in skiagm::GM
H A Dcirculararcs.cpp212 SkScalar height = paints.count() * (kS + kPad); in DEF_SIMPLE_GM() local
H A Dshadowutils.cpp27 void draw_shadow(SkCanvas* canvas, const SkPath& path, SkScalar height, SkColor color, in draw_shadow() argument
/third_party/skia/include/core/
H A DSkRRect.h98 SkScalar height() const { return fRect.height(); } in height() function in SkRRect
[all...]
H A DSkYUVAInfo.h169 int height() const { return fDimensions.height(); } in height() function in SkYUVAInfo::PlaneConfig::Subsampling
H A DSkImageInfo.h460 int height() const { return fDimensions.height(); } height() function
[all...]
H A DSkBitmap.h149 int height() const { return fPixmap.height(); } in height() function in SkBitmap
[all...]
H A DSkSurfaceCharacterization.h100 int height() const { return fImageInfo.height(); } in height() function in SkSurfaceCharacterization::Textureable::MipMapped::UsesGLFBO0::VkRTSupportsInputAttachment::VulkanSecondaryCBCompatible
246 int height() const { return 0; } in height() function in SkSurfaceCharacterization::Textureable::MipMapped::UsesGLFBO0::VkRTSupportsInputAttachment::SkSurfaceCharacterization
/third_party/skia/include/private/
H A DSkEncodedInfo.h177 int height() const { return fHeight; } in height() function
/third_party/skia/experimental/sktext/src/
H A DLine.h44 SkScalar height() const { in height() function in skia::text::TextMetrics
185 SkScalar height() const { return fTextMetrics.height(); } in height() function in skia::text::LogicalLine
H A DVisualRun.h51 SkScalar height() const { return fAdvance.fY; } in height() function in skia::text::VisualRun
/third_party/skia/include/gpu/
H A DGrBackendSurface.h309 int height() const { return fHeight; } in height() function in GrBackendTexture
514 int height() const { return fHeight; } height() function in GrBackendRenderTarget
[all...]
/third_party/skia/modules/skparagraph/src/
H A DRunBaseImpl.cpp269 SkScalar height = joinRect.height(); in getAllGlyphRectInfo() local
274 SkScalar height = joinRect.GetHeight(); in getAllGlyphRectInfo() local
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
H A DSkottieRunner.java90 updateAnimationSurface(Animatable animation, SurfaceTexture surfaceTexture, int width, int height) updateAnimationSurface() argument
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/cpp/
H A Dnative-lib.cpp177 Java_org_skia_skottie_SkottieAnimation_nDrawFrame(JNIEnv *env, jclass clazz, jlong nativeProxy, jint width, jint height, jboolean wideColorGamut, jfloat progress, jint backgroundColor, jboolean forceDraw) Java_org_skia_skottie_SkottieAnimation_nDrawFrame() argument
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
H A DViewerActivity.java127 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged() argument
/third_party/skia/experimental/skottiekit/
H A Dskottiekit_bindings.cpp206 int height; member
229 sk_sp<SkSurface> MakeOnScreenGLSurface(sk_sp<GrDirectContext> grContext, int width, int height) { in MakeOnScreenGLSurface() argument
257 sk_sp<SkSurface> MakeRenderTarget(sk_sp<GrDirectContext> grContext, int width, int height) { in MakeRenderTarget() argument
/third_party/skia/bench/
H A DGameBench.cpp98 int width, height; variable
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDepthTests.cpp136 int height = deMin32(renderTarget.getHeight(), 128); in iterate() local
159 sglr::ReferenceContextBuffers buffers (tcu::PixelFormat(8,8,8,renderTarget.getPixelFormat().alphaBits?8:0), renderTarget.getDepthBits(), renderTarget.getStencilBits(), width, height); in iterate() local
H A Des3fFboDepthbufferTests.cpp52 BasicFboDepthCase (Context& context, const char* name, const char* desc, deUint32 format, int width, int height) in BasicFboDepthCase() argument
144 DepthWriteClampCase (Context& context, const char* name, const char* desc, deUint32 format, int width, int height) in DepthWriteClampCase() argument
230 DepthTestClampCase (Context& context, const char* name, const char* desc, deUint32 format, int width, int height) in DepthTestClampCase() argument
H A Des3fFboTestCase.cpp69 int height = deMin32(renderTarget.getHeight(), m_viewportHeight); in iterate() local
108 sglr::ReferenceContextBuffers buffers (tcu::PixelFormat(8,8,8,renderTarget.getPixelFormat().alphaBits?8:0), renderTarget.getDepthBits(), renderTarget.getStencilBits(), width, height); in iterate() local
127 void FboTestCase::readPixels (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
129 FboTestUtil::readPixels(*getCurrentContext(), dst, x, y, width, height, format, scale, bias); in readPixels() local
132 void FboTestCase::readPixels (tcu::Surface& dst, int x, int y, int width, int height) in readPixels() argument
H A Des3fShaderFragDataTests.cpp281 const int height = 128; in iterate() local

Completed in 17 milliseconds

1...<<61626364656667686970>>...156