OsmAnd
|
#include <common.h>
Public Member Functions | |
RenderingContext () | |
~RenderingContext () | |
bool | interrupted () |
Public Attributes | |
jobject | javaRenderingContext |
jobject | androidContext |
bool | useEnglishNames |
std::vector< TextDrawInfo * > | textToDraw |
std::vector< IconDrawInfo > | iconsToDraw |
bool | highResMode |
float | mapTextSize |
float | density |
float | leftX |
float | topY |
int | width |
int | height |
int | zoom |
float | rotate |
float | tileDivisor |
int | pointCount |
int | pointInsideCount |
int | visible |
int | allObjects |
int | lastRenderedKey |
class ElapsedTimer | textRendering |
class ElapsedTimer | nativeOperations |
float | calcX |
float | calcY |
float | cosRotateTileSize |
float | sinRotateTileSize |
int | shadowRenderingMode |
int | shadowLevelMin |
int | shadowLevelMax |
bool RenderingContext::interrupted | ( | ) |
jobject RenderingContext::androidContext |
float RenderingContext::calcX |
float RenderingContext::calcY |
std::vector<IconDrawInfo> RenderingContext::iconsToDraw |
float RenderingContext::leftX |
float RenderingContext::rotate |
std::vector<TextDrawInfo*> RenderingContext::textToDraw |
float RenderingContext::topY |