/third_party/skia/gm/ |
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/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/core/ |
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/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
|
H A D | es3fTextureSizeTests.cpp | 78 Texture2DSizeCase::Texture2DSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps) in Texture2DSizeCase() argument 203 TextureCubeSizeCase::TextureCubeSizeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 format, deUint32 dataType, int width, int height, bool mipmaps) in TextureCubeSizeCase() argument 348 int height; init() member 361 int height; init() member 391 int height = sizes2D[sizeNdx].height; init() local 414 int height = sizesCube[sizeNdx].height; init() local [all...] |
H A D | es3fTextureSwizzleTests.cpp | 125 int height = de::min(128, m_context.getRenderContext().getRenderTarget().getHeight()); in init() local
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pTextureCases.cpp | 105 int height = m_renderCtx.getRenderTarget().getHeight(); in init() local
|
/third_party/vk-gl-cts/modules/gles3/stress/ |
H A D | es3sLongRunningShaderTests.cpp | 245 const int height = renderTarget.getHeight(); in genPositions() local
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fFboNoAttachmentTests.cpp | 317 int height; member 366 const int height = getHeight(); in iterate() local 436 GLint height = 0; getHeight() local 550 name << width << "x" << height; createFboNoAttachmentTests() local 629 const int height = rng.getInt(1, maxHeight); createFboNoAttachmentTests() local [all...] |