Home
last modified time | relevance | path

Searched defs:GetBitmapSize (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pdfium/xfa/fde/
H A Dcfde_textout_unittest.cpp60 virtual CFX_Size GetBitmapSize() { return CFX_Size(200, 100); } in GetBitmapSize() function in CFDETextOutTest
118 CFX_Size GetBitmapSize() override { return CFX_Size(2100, 20); } in GetBitmapSize() function in CFDETextOutLargeBitmapTest
/aosp_15_r20/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1064 static size_t GetBitmapSize(JNIEnv *env, jobject jbitmap) { in GetBitmapSize() function