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

  /external/skia/src/shaders/gradients/
Sk4fGradientBase.cpp 193 const SkScalar first_pos = reverse ? SK_Scalar1 : 0; local
194 const SkScalar last_pos = SK_Scalar1 - first_pos;
202 clamp_color, first_pos);
  /external/skqp/src/shaders/gradients/
Sk4fGradientBase.cpp 193 const SkScalar first_pos = reverse ? SK_Scalar1 : 0; local
194 const SkScalar last_pos = SK_Scalar1 - first_pos;
202 clamp_color, first_pos);
  /external/v8/src/compiler/
live-range-separator.cc 63 for (const UsePosition *pos = range->first_pos();
register-allocator.cc 485 use_pos = first_pos();
513 UsePosition* pos = first_pos();
658 ? first_pos()
711 for (UsePosition* pos = first_pos(); pos != nullptr; pos = pos->next()) {
739 UsePosition* pos = first_pos();
741 UsePosition* other_pos = other->first_pos();
750 for (UsePosition* pos = first_pos(); pos != nullptr; pos = pos->next()) {
974 if (splinter()->first_pos() == nullptr) {
982 if (splinter()->first_pos() != nullptr &&
984 splinter()->last_pos_ = splinter()->first_pos();
    [all...]
graph-visualizer.cc 625 UsePosition* current_pos = range->first_pos();
register-allocator.h 314 UsePosition* first_pos() const { return first_pos_; } function in class:v8::internal::compiler::LiveRange
    [all...]
  /external/v8/src/crankshaft/
lithium-allocator.cc 151 if (use_pos == NULL) use_pos = first_pos();
172 UsePosition* pos = first_pos();
348 UsePosition* pos = first_pos();
350 UsePosition* other_pos = other->first_pos();
455 UsePosition* use_pos = first_pos();
    [all...]
lithium-allocator.h 197 UsePosition* first_pos() const { return first_pos_; } function in class:v8::internal::LiveRange
hydrogen.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9mesh.h     [all...]

Completed in 278 milliseconds