HomeSort by relevance Sort by last modified time
    Searched refs:phase (Results 1 - 25 of 300) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/paint/
SVGTextPainter.cpp 17 if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection)
28 if (paintInfo.phase == PaintPhaseForeground) {
29 blockInfo.phase = PaintPhaseSelfOutline;
SVGForeignObjectPainter.cpp 19 if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection)
31 if (paintInfo.phase == PaintPhaseForeground) {
38 bool preservePhase = paintInfo.phase == PaintPhaseSelection || paintInfo.phase == PaintPhaseTextClip;
40 childPaintInfo.phase = preservePhase ? paintInfo.phase : PaintPhaseBlockBackground;
43 childPaintInfo.phase = PaintPhaseChildBlockBackgrounds;
45 childPaintInfo.phase = PaintPhaseFloat;
47 childPaintInfo.phase = PaintPhaseForeground
    [all...]
LineBoxListPainter.cpp 20 if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection && paintInfo.phase != PaintPhaseOutline
21 && paintInfo.phase != PaintPhaseSelfOutline && paintInfo.phase != PaintPhaseChildOutlines && paintInfo.phase != PaintPhaseTextClip
22 && paintInfo.phase != PaintPhaseMask)
48 if (info.phase == PaintPhaseOutline || info.phase == PaintPhaseSelfOutline || info.phase == PaintPhaseChildOutlines)
    [all...]
ReplicaPainter.cpp 19 if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseMask)
24 if (paintInfo.phase == PaintPhaseForeground) {
31 } else if (paintInfo.phase == PaintPhaseMask) {
BlockFlowPainter.cpp 26 currentPaintInfo.phase = preservePhase ? paintInfo.phase : PaintPhaseBlockBackground;
34 currentPaintInfo.phase = PaintPhaseChildBlockBackgrounds;
36 currentPaintInfo.phase = PaintPhaseFloat;
38 currentPaintInfo.phase = PaintPhaseForeground;
40 currentPaintInfo.phase = PaintPhaseOutline;
BackgroundImageGeometry.cpp 36 IntPoint phase = m_phase; local
37 phase += m_destRect.location() - m_destOrigin;
38 return phase;
TableRowPainter.cpp 23 if (paintInfo.phase == PaintPhaseBlockBackground || paintInfo.phase == PaintPhaseChildBlockBackground)
33 PaintPhase paintPhase = paintInfo.phase;
  /external/chromium_org/third_party/WebKit/Source/wtf/
Complex.h 39 inline Complex complexFromMagnitudePhase(double magnitude, double phase)
41 return Complex(magnitude * cos(phase), magnitude * sin(phase));
  /external/chromium_org/third_party/skia/src/animator/
SkDrawDash.cpp 17 SK_MEMBER(phase, Float)
24 SkDash::SkDash() : phase(0) {
34 return SkDashPathEffect::Create(intervals.begin(), count, phase);
SkDrawDash.h 21 SkScalar phase; member in class:SkDash
  /external/chromium_org/ui/v2/public/
view_observer.h 36 DispositionChangePhase phase; member in struct:v2::ViewObserver::TreeChangeParams
52 virtual void OnViewDestroy(View* view, DispositionChangePhase phase) {}
57 DispositionChangePhase phase) {}
  /external/chromium_org/third_party/WebKit/public/web/
WebDevToolsAgent.h 72 GPUEvent(double timestamp, int phase, bool foreign, uint64_t usedGPUMemoryBytes) :
74 phase(phase),
79 int phase; member in class:blink::WebDevToolsAgent::GPUEvent
  /external/chromium_org/ui/base/cocoa/
nsgraphics_context_additions.h 12 // When a view is not layer backed the pattern phase is relative to the origin
13 // of the window's content view. With a layer backed view the pattern phase is
16 // For layer backed view this method offsets the pattern phase to match the
18 - (void)cr_setPatternPhase:(NSPoint)phase
  /external/chromium_org/ui/v2/src/
view_observer.cc 19 phase(ViewObserver::DISPOSITION_CHANGING) {}
  /external/chromium_org/third_party/angle/src/common/
event_tracer.h 21 typedef void (*AddTraceEventFunc)(char phase, const unsigned char* categoryGroupEnabled, const char* name,
37 void TraceAddTraceEvent(char phase, const unsigned char* categoryGroupEnabled, const char* name, unsigned long long id,
event_tracer.cpp 39 void TraceAddTraceEvent(char phase, const unsigned char* categoryGroupEnabled, const char* name, unsigned long long id,
45 g_addTraceEvent(phase, categoryGroupEnabled, name, id, numArgs, argNames, argTypes, argValues, flags);
  /external/chromium_org/third_party/skia/tests/
DashPathEffectTest.cpp 12 SkScalar phase = SK_ScalarInfinity; // Used to force the bad fInitialDashLength = -1 path. local
13 SkAutoTUnref<SkDashPathEffect> dash(SkDashPathEffect::Create(intervals, count, phase));
AsADashTest.cpp 24 const SkScalar phase = 2.0; local
25 SkAutoTUnref<SkDashPathEffect> pe(SkDashPathEffect::Create(inIntervals, 4, phase));
34 const SkScalar phase = 2.0; local
36 SkAutoTUnref<SkDashPathEffect> pe(SkDashPathEffect::Create(inIntervals, 4, phase));
43 REPORTER_ASSERT(reporter, SkScalarMod(phase, totalIntSum) == info.fPhase);
56 REPORTER_ASSERT(reporter, SkScalarMod(phase, totalIntSum) == info.fPhase);
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
event_tracer.h 34 typedef void (*AddTraceEventPtr)(char phase,
60 char phase,
  /external/chromium_org/ppapi/c/dev/
ppb_trace_event_dev.h 59 void (*AddTraceEvent)(int8_t phase,
74 void (*AddTraceEventWithThreadIdAndTimestamp)(int8_t phase,
102 void (*AddTraceEvent)(int8_t phase,
  /external/chromium_org/third_party/skia/include/effects/
SkDashPathEffect.h 23 phase: offset into the intervals array (mod the sum of all of the
26 For example: if intervals[] = {10, 20}, count = 2, and phase = 25,
34 A phase of -5, 25, 55, 85, etc. would all result in the same path,
40 SkScalar phase) {
41 return SkNEW_ARGS(SkDashPathEffect, (intervals, count, phase));
57 SkDashPathEffect(const SkScalar intervals[], int count, SkScalar phase);
67 // computed from phase
  /external/chromium_org/third_party/skia/src/utils/
SkDashPath.cpp 15 static SkScalar find_first_interval(const SkScalar intervals[], SkScalar phase,
18 if (phase > intervals[i]) {
19 phase -= intervals[i];
22 return intervals[i] - phase;
25 // If we get here, phase "appears" to be larger than our length. This
33 void SkDashPath::CalcDashParameters(SkScalar phase, const SkScalar intervals[], int32_t count,
43 if ((len > 0) && SkScalarIsFinite(phase) && SkScalarIsFinite(len)) {
45 // Adjust phase to be between 0 and len, "flipping" phase if negative.
46 // e.g., if len is 100, then phase of -20 (or -120) is equivalent to 8
    [all...]
  /external/chromium_org/ppapi/shared_impl/
ppb_trace_event_impl.h 21 static void AddTraceEvent(int8_t phase,
31 int8_t phase,
  /external/chromium_org/third_party/WebKit/Source/platform/
EventTracer.h 65 static TraceEvent::TraceEventHandle addTraceEvent(char phase,
75 static TraceEvent::TraceEventHandle addTraceEvent(char phase,
  /external/chromium_org/third_party/opus/src/celt/
_kiss_fft_guts.h 156 /*# define KISS_FFT_COS(phase) TRIG_UPSCALE*floor(MIN(32767,MAX(-32767,.5+32768 * cos (phase))))
157 # define KISS_FFT_SIN(phase) TRIG_UPSCALE*floor(MIN(32767,MAX(-32767,.5+32768 * sin (phase))))*/
158 # define KISS_FFT_COS(phase) floor(.5+TWID_MAX*cos (phase))
159 # define KISS_FFT_SIN(phase) floor(.5+TWID_MAX*sin (phase))
162 # define KISS_FFT_COS(phase) _mm_set1_ps( cos(phase) )
    [all...]

Completed in 1221 milliseconds

1 2 3 4 5 6 7 8 91011>>