| /third_party/skia/gm/ |
| H A D | composeshader.cpp | 251 int height = 255; in DEF_SIMPLE_GM() local
|
| H A D | convex_all_line_paths.cpp | 24 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 D | rasterhandleallocator.cpp | 185 static bool Create(int width, int height, bool is_opaque, SkRasterHandleAllocator::Rec* rec) { in Create() argument
|
| H A D | gm.h | 146 SkScalar height() { in height() function in skiagm::GM
|
| H A D | circulararcs.cpp | 212 SkScalar height = paints.count() * (kS + kPad); in DEF_SIMPLE_GM() local
|
| H A D | shadowutils.cpp | 27 void draw_shadow(SkCanvas* canvas, const SkPath& path, SkScalar height, SkColor color, in draw_shadow() argument
|
| /third_party/skia/include/core/ |
| H A D | SkRRect.h | 98 SkScalar height() const { return fRect.height(); } in height() function in SkRRect [all...] |
| H A D | SkYUVAInfo.h | 169 int height() const { return fDimensions.height(); } in height() function in SkYUVAInfo::PlaneConfig::Subsampling
|
| H A D | SkImageInfo.h | 460 int height() const { return fDimensions.height(); } height() function [all...] |
| H A D | SkBitmap.h | 149 int height() const { return fPixmap.height(); } in height() function in SkBitmap [all...] |
| H A D | SkSurfaceCharacterization.h | 100 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 D | SkEncodedInfo.h | 177 int height() const { return fHeight; } in height() function
|
| /third_party/skia/experimental/sktext/src/ |
| H A D | Line.h | 44 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 D | VisualRun.h | 51 SkScalar height() const { return fAdvance.fY; } in height() function in skia::text::VisualRun
|
| /third_party/skia/include/gpu/ |
| H A D | GrBackendSurface.h | 309 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 D | RunBaseImpl.cpp | 269 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 D | SkottieRunner.java | 90 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 D | native-lib.cpp | 177 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 D | ViewerActivity.java | 127 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged() argument
|
| /third_party/skia/experimental/skottiekit/ |
| H A D | skottiekit_bindings.cpp | 206 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 D | GameBench.cpp | 98 int width, height; variable [all...] |
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fDepthTests.cpp | 136 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 D | es3fFboDepthbufferTests.cpp | 52 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 D | es3fFboTestCase.cpp | 69 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 D | es3fShaderFragDataTests.cpp | 281 const int height = 128; in iterate() local
|