Home
last modified time | relevance | path

Searched refs:nextSlot (Results 1 – 5 of 5) sorted by relevance

/external/skia/legacy/src/core/
DSkAdvancedTypefaceMetrics.cpp68 SkTScopedPtr<SkAdvancedTypefaceMetrics::AdvanceMetric<Data> >* nextSlot, in appendRange()
70 nextSlot->reset(new SkAdvancedTypefaceMetrics::AdvanceMetric<Data>); in appendRange()
71 resetRange(nextSlot->get(), startId); in appendRange()
72 return nextSlot->get(); in appendRange()
280 SkTScopedPtr<SkAdvancedTypefaceMetrics::WidthRange >* nextSlot,
292 nextSlot,
/external/skia/src/core/
DSkAdvancedTypefaceMetrics.cpp74 SkTScopedPtr<SkAdvancedTypefaceMetrics::AdvanceMetric<Data> >* nextSlot, in appendRange()
76 nextSlot->reset(new SkAdvancedTypefaceMetrics::AdvanceMetric<Data>); in appendRange()
77 resetRange(nextSlot->get(), startId); in appendRange()
78 return nextSlot->get(); in appendRange()
292 SkTScopedPtr<SkAdvancedTypefaceMetrics::WidthRange >* nextSlot,
304 nextSlot,
/external/replicaisland/src/com/replica/replicaisland/
DNPCComponent.java471 int nextSlot = (mQueueBottom + 1) % COMMAND_QUEUE_SIZE; in queueCommand() local
472 if (nextSlot != mQueueTop) { // only comply if there is space left in the buffer in queueCommand()
474 mQueueBottom = nextSlot; in queueCommand()
/external/skia/legacy/include/core/
DSkAdvancedTypefaceMetrics.h125 SkTScopedPtr<SkAdvancedTypefaceMetrics::AdvanceMetric<Data> >* nextSlot,
/external/skia/include/core/
DSkAdvancedTypefaceMetrics.h130 SkTScopedPtr<SkAdvancedTypefaceMetrics::AdvanceMetric<Data> >* nextSlot,