MCPcopy Create free account
hub / github.com/XCSoar/XCSoar / GetWidth

Method GetWidth

src/Android/Bitmap.hpp:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44
45 [[gnu::pure]]
46 static unsigned GetWidth(JNIEnv *env, jobject bitmap) {
47 assert(env != nullptr);
48 assert(bitmap != nullptr);
49
50 return env->CallIntMethod(bitmap, getWidth_method);
51 }
52
53 [[gnu::pure]]
54 static unsigned GetHeight(JNIEnv *env, jobject bitmap) {

Callers 2

ConvertABGRToARGBFunction · 0.45
LoadFileTiffMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected