HomeSort by relevance Sort by last modified time
    Searched defs:GM (Results 1 - 6 of 6) sorted by null

  /external/skia/samplecode/
GMSampleView.h 12 #include "gm.h"
17 typedef skiagm::GM GM;
20 GMSampleView(GM*);
33 GM* fGM;
  /external/skia/gm/
gm.cpp 8 #include "gm.h"
13 GM::GM() {
21 GM::~GM() {}
23 void GM::draw(SkCanvas* canvas) {
28 void GM::drawContent(SkCanvas* canvas) {
36 void GM::drawBackground(SkCanvas* canvas) {
44 const char* GM::getName() {
51 void GM::setBGColor(SkColor color)
    [all...]
gm.h 23 static skiagm::GM* SK_MACRO_APPEND_LINE(F_)(void*) { code; } \
26 // a Simple GM is a rendering test that does not store state between
45 class GM {
47 GM();
48 virtual ~GM();
89 // GM's getISize bounds.
109 /** draws a standard message that the GM is only intended to be used with the GPU.*/
132 typedef sk_tools::Registry<GM*(*)(void*)> GMRegistry;
134 class SimpleGM : public skiagm::GM {
  /cts/tests/tests/location/src/android/location/cts/psedorange/
TroposphericModelEgnos.java 85 private static final double GM = 9.784;
269 double zenithDryDelayAtSeaLevelSeconds = (1.0e-6 * K1 * RD * pressureMbar) / GM;
271 / (GM * (lambda + 1.0) - beta * RD)) * (waterVaporPressureMbar / tempKelvin));
  /external/wpa_supplicant_8/src/ap/
wpa_auth_i.h 154 int GN, GM;
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-route53/1.11.18/
aws-java-sdk-route53-1.11.18.jar 

Completed in 2226 milliseconds