Lines Matching refs:std
239 typedef std::vector<canvas::Vertex> vertexCache_t;
241 std::size_t mnCount;
258 std::size_t maNumVertices;
259 std::size_t maWriteIndex;
260 std::size_t maReadIndex;
407 rect.left = std::max(sal_Int32(0),rDestPos.getX()); in update()
408 rect.top = std::max(sal_Int32(0),rDestPos.getY()); in update()
412 rect.right = std::min(maSize.getX(), in update()
414 rect.bottom = std::min(maSize.getY(), in update()
427 const std::size_t nSourceBytesPerPixel(4); in update()
428 const std::size_t nSourcePitchInBytes(rSource.getStride()); in update()
468 const std::size_t nSourceBytesPerPixel(3); in update()
469 const std::size_t nSourcePitchInBytes(rSource.getStride()); in update()
508 const std::size_t nSourceBytesPerPixel(4); in update()
509 const std::size_t nSourcePitchInBytes(rSource.getStride()); in update()
839 mad3dpp.BackBufferWidth = std::max(sal_Int32(maSize.getX()), in createDevice()
841 mad3dpp.BackBufferHeight = std::max(sal_Int32(maSize.getY()), in createDevice()
1164 const std::size_t size(maVertexCache.size()); in pushVertex()
1221 const std::size_t nVertexStride = sizeof(dxvertex); in commitVertexCache()
1289 std::size_t nSize(maVertexCache.size()); in flushVertexCache()
1290 const std::size_t nVertexStride = sizeof(dxvertex); in flushVertexCache()
1312 const std::size_t nNumVertices( in flushVertexCache()
1313 std::min(maNumVertices - maWriteIndex, in flushVertexCache()
1321 std::size_t nIndex(0); in flushVertexCache()