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

Method GetHeight

src/Android/Bitmap.hpp:53–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 [[gnu::pure]]
54 static unsigned GetHeight(JNIEnv *env, jobject bitmap) {
55 assert(env != nullptr);
56 assert(bitmap != nullptr);
57
58 return env->CallIntMethod(bitmap, getHeight_method);
59 }
60};

Callers 3

ConvertABGRToARGBFunction · 0.45
LoadFileTiffMethod · 0.45
createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected