OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DifferenceType
(Results
1 - 8
of
8
) sorted by null
/external/skia/include/animator/
SkAnimator.h
169
enum
DifferenceType
{
185
DifferenceType
draw(SkCanvas* canvas, SkPaint* paint, SkMSec time);
198
DifferenceType
draw(SkCanvas* canvas, SkMSec time);
/external/skia/src/views/animated/
SkBorderView.cpp
52
SkAnimator::
DifferenceType
diff = fAnim.draw(canvas, &paint, SkTime::GetMSecs());
SkProgressBarView.cpp
35
SkAnimator::
DifferenceType
diff = fAnim.draw(canvas, &paint, SkTime::GetMSecs());
SkScrollBarView.cpp
89
SkAnimator::
DifferenceType
diff = fAnim.draw(canvas, &paint, SkTime::GetMSecs());
SkImageView.cpp
172
SkAnimator::
DifferenceType
diff = fData.fAnim->draw(canvas, &paint, now);
SkWidgetViews.cpp
296
SkAnimator::
DifferenceType
diff = fAnim.draw(canvas, &paint, SkTime::GetMSecs());
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
document.h
136
typedef typename BaseType::difference_type
DifferenceType
;
172
Iterator operator+(
DifferenceType
n) const { return Iterator(ptr_+n); }
173
Iterator operator-(
DifferenceType
n) const { return Iterator(ptr_-n); }
175
Iterator& operator+=(
DifferenceType
n) { ptr_+=n; return *this; }
176
Iterator& operator-=(
DifferenceType
n) { ptr_-=n; return *this; }
193
Reference operator[](
DifferenceType
n) const { return ptr_[n]; }
197
DifferenceType
operator-(ConstIterator that) const { return ptr_-that.ptr_; }
[
all
...]
/external/skia/src/animator/
SkAnimator.cpp
146
SkAnimator::
DifferenceType
SkAnimator::draw(SkCanvas* canvas, SkPaint* paint, SkMSec time) {
156
return (
DifferenceType
) result;
159
SkAnimator::
DifferenceType
SkAnimator::draw(SkCanvas* canvas, SkMSec time) {
Completed in 9394 milliseconds