HomeSort by relevance Sort by last modified time
    Searched refs:twilight (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/freetype/src/truetype/
ttobjs.c 889 /* twilight zone */
890 tt_glyphzone_done( &size->twilight );
959 /* reserve twilight zone */
965 error = tt_glyphzone_new( memory, n_twilight, 0, &size->twilight );
969 size->twilight.n_points = n_twilight;
    [all...]
ttinterp.h 136 twilight; member in struct:TT_ExecContextRec_
ttobjs.h 322 TT_GlyphZoneRec twilight; /* The instance's twilight zone */ member in struct:TT_SizeRec_
ttinterp.c 600 exec->twilight = size->twilight;
6517 FT_Int twilight; local
    [all...]
  /external/freetype/src/truetype/
ttobjs.c 937 /* twilight zone */
938 tt_glyphzone_done( &size->twilight );
    [all...]
ttobjs.h 325 TT_GlyphZoneRec twilight; /* The instance's twilight zone */ member in struct:TT_SizeRec_
ttinterp.h 179 twilight; member in struct:TT_ExecContextRec_
ttinterp.c 609 exec->twilight = size->twilight;
6959 FT_Int twilight; local
    [all...]
  /frameworks/base/services/java/com/android/server/
SystemServer.java 151 TwilightService twilight = null; local
687 Slog.i(TAG, "Twilight Service");
688 twilight = new TwilightService(context);
696 uiMode = new UiModeManagerService(context, twilight);
    [all...]
UiModeManagerService.java 153 public UiModeManagerService(Context context, TwilightService twilight) {
155 mTwilightService = twilight;
  /frameworks/base/services/java/com/android/server/power/
DisplayPowerController.java 184 // The twilight service.
347 // Twilight changed. We might recalculate auto-brightness values.
354 LightsService lights, TwilightService twilight, SensorManager sensorManager,
366 mTwilight = twilight;
    [all...]
PowerManagerService.java 430 public void systemReady(TwilightService twilight, DreamManagerService dreamManager) {
451 mContext, mNotifier, mLightsService, twilight, sensorManager,
    [all...]

Completed in 1119 milliseconds