Searched refs:getPos (Results 1 - 11 of 11) sorted by relevance

/frameworks/rs/
H A DrsFileA3D.cpp302 if (mWriteStream->getPos() == 0) {
341 uint64_t headerSize = headerStream.getPos();
345 fwrite(headerStream.getPtr(), sizeof(uint8_t), headerStream.getPos(), writeHandle);
348 uint64_t fileDataSize = mWriteStream->getPos();
351 fwrite(mWriteStream->getPtr(), sizeof(uint8_t), mWriteStream->getPos(), writeHandle);
374 indexEntry->mOffset = mWriteStream->getPos();
378 indexEntry->mLength = mWriteStream->getPos() - indexEntry->mOffset;
H A DrsStream.h63 uint64_t getPos() const { function in class:android::renderscript::IStream
136 uint64_t getPos() const { function in class:android::renderscript::OStream
H A DrsAllocation.cpp375 alloc->data(rsc, 0, 0, count, stream->getPtr() + stream->getPos(), dataSize);
377 alloc->unpackVec3Allocation(rsc, stream->getPtr() + stream->getPos(), dataSize);
379 stream->reset(stream->getPos() + dataSize);
/frameworks/support/renderscript/v8/rs_support/
H A DrsStream.h63 uint64_t getPos() const { function in class:android::renderscript::IStream
136 uint64_t getPos() const { function in class:android::renderscript::OStream
H A DrsAllocation.cpp356 alloc->data(rsc, 0, 0, count, stream->getPtr() + stream->getPos(), dataSize);
358 alloc->unpackVec3Allocation(rsc, stream->getPtr() + stream->getPos(), dataSize);
360 stream->reset(stream->getPos() + dataSize);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java103 private float getPos(MotionEvent ev) { method in class:SwipeHelper
206 mInitialTouchPos = getPos(ev);
230 float pos = getPos(ev);
235 mInitialTouchPos = getPos(ev) - getTranslation(mCurrAnimView);
337 float delta = getPos(ev) - mInitialTouchPos;
/frameworks/base/tools/aapt/
H A DResourceTable.h348 const SourcePos& getPos() const { return mPos; } function in class:ResourceTable::Entry
369 const SourcePos& getPos() const { return mPos; } function in class:ResourceTable::ConfigList
463 const SourcePos& getPos() const { return mPos; } function in class:ResourceTable::Type
H A DResourceTable.cpp2471 typeSymbols = outSymbols->addNestedSymbol(String8(t->getName()), t->getPos());
2482 typeSymbols->addSymbol(String8(c->getName()), rid, c->getPos());
2485 typeSymbols->appendComment(String8(c->getName()), comment, c->getPos());
3046 const SourcePos& pos = c->getEntries().valueAt(k)->getPos();
/frameworks/base/core/jni/android/graphics/
H A DTextLayoutCache.h128 inline const jfloat* getPos() const { return mPos.array(); } function in class:android::TextLayoutValue
H A DCanvas.cpp777 doDrawGlyphsPos(canvas, value->getGlyphs(), value->getPos(), 0, value->getGlyphsCount(), x, y, flags, paint);
/frameworks/base/core/jni/
H A Dandroid_view_GLES20Canvas.cpp535 const float* positions = value->getPos();
566 const float* positions = value->getPos();

Completed in 291 milliseconds