Lines Matching defs:access
260 ConstPixelBufferAccess getSubregion (const ConstPixelBufferAccess& access, int x, int y, int z, int… in getSubregion()
287 PixelBufferAccess getSubregion (const PixelBufferAccess& access, int x, int y, int z, int width, in… in getSubregion()
312 PixelBufferAccess getSubregion (const PixelBufferAccess& access, int x, int y, int width, int heigh… in getSubregion()
326 ConstPixelBufferAccess getSubregion (const ConstPixelBufferAccess& access, int x, int y, int width,… in getSubregion()
336 PixelBufferAccess flipYAccess (const PixelBufferAccess& access) in flipYAccess()
350 ConstPixelBufferAccess flipYAccess (const ConstPixelBufferAccess& access) in flipYAccess()
754 void clear (const PixelBufferAccess& access, const Vec4& color) in clear()
785 void clear (const PixelBufferAccess& access, const IVec4& color) in clear()
816 void clear (const PixelBufferAccess& access, const UVec4& color) in clear()
821 void clearDepth (const PixelBufferAccess& access, float depth) in clearDepth()
828 void clearStencil (const PixelBufferAccess& access, int stencil) in clearStencil()
842 static void fillWithComponentGradients1D (const PixelBufferAccess& access, const Vec4& minVal, cons… in fillWithComponentGradients1D()
858 static void fillWithComponentGradients2D (const PixelBufferAccess& access, const Vec4& minVal, cons… in fillWithComponentGradients2D()
952 void fillWithComponentGradientsStyled (const PixelBufferAccess& access, const Vec4& minVal, const V… in fillWithComponentGradientsStyled()
978 void fillWithComponentGradients (const PixelBufferAccess& access, const Vec4& minVal, const Vec4& m… in fillWithComponentGradients()
983 void fillWithComponentGradients2 (const PixelBufferAccess& access, const Vec4& minVal, const Vec4& … in fillWithComponentGradients2()
988 void fillWithComponentGradients3(const PixelBufferAccess& access, const Vec4& minVal, const Vec4& m… in fillWithComponentGradients3()
993 static void fillWithGrid1D (const PixelBufferAccess& access, int cellSize, const Vec4& colorA, cons… in fillWithGrid1D()
1006 static void fillWithGrid2D (const PixelBufferAccess& access, int cellSize, const Vec4& colorA, cons… in fillWithGrid2D()
1023 static void fillWithGrid3D (const PixelBufferAccess& access, int cellSize, const Vec4& colorA, cons… in fillWithGrid3D()
1044 void fillWithGrid (const PixelBufferAccess& access, int cellSize, const Vec4& colorA, const Vec4& c… in fillWithGrid()
1070 void fillWithRepeatableGradient (const PixelBufferAccess& access, const Vec4& colorA, const Vec4& c… in fillWithRepeatableGradient()
1249 void estimatePixelValueRange (const ConstPixelBufferAccess& access, Vec4& minVal, Vec4& maxVal) in estimatePixelValueRange()
1296 void computePixelScaleBias (const ConstPixelBufferAccess& access, Vec4& scale, Vec4& bias) in computePixelScaleBias()