Searched defs:transformType (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/gpu/
H A DGrInOrderDrawBuffer.h48 const float* transformValues, PathTransformType transformType,
56 const int xformBytes = GrPathRendering::PathTransformSize(transformType) * sizeof(float);
47 appendIndicesAndTransforms(const void* indexValues, PathIndexType indexType, const float* transformValues, PathTransformType transformType, int count, char** indicesLocation, float** xformsLocation) argument
H A DGrInOrderCommandBuilder.cpp76 GrDrawTarget::PathTransformType transformType,
88 transformValues, transformType,
103 transformType == previous->fTransformType &&
109 const int xformSize = GrPathRendering::PathTransformSize(transformType);
124 dp->fTransformType = transformType;
69 recordDrawPaths(State* state, GrInOrderDrawBuffer* iodb, const GrPathProcessor* pathProc, const GrPathRange* pathRange, const void* indexValues, GrDrawTarget::PathIndexType indexType, const float transformValues[], GrDrawTarget::PathTransformType transformType, int count, const GrStencilSettings& stencilSettings, const GrDrawTarget::PipelineInfo& pipelineInfo) argument
H A DGrInOrderDrawBuffer.cpp62 PathTransformType transformType,
72 transformType, count,
57 onDrawPaths(const GrPathProcessor* pathProc, const GrPathRange* pathRange, const void* indices, PathIndexType indexType, const float transformValues[], PathTransformType transformType, int count, const GrStencilSettings& stencilSettings, const PipelineInfo& pipelineInfo) argument
H A DGrGpu.cpp321 GrDrawTarget::PathTransformType transformType,
327 transformType, count, stencilSettings);
316 drawPaths(const DrawArgs& args, const GrPathRange* pathRange, const void* indices, GrDrawTarget::PathIndexType indexType, const float transformValues[], GrDrawTarget::PathTransformType transformType, int count, const GrStencilSettings& stencilSettings) argument
H A DGrDrawTarget.cpp257 PathTransformType transformType,
292 transformType, count, stencilSettings, pipelineInfo);
251 drawPaths(GrPipelineBuilder* pipelineBuilder, const GrPathProcessor* pathProc, const GrPathRange* pathRange, const void* indices, PathIndexType indexType, const float transformValues[], PathTransformType transformType, int count, GrPathRendering::FillType fill) argument
/external/icu/icu4c/source/tools/gendict/
H A Dgendict.cpp118 int32_t transformType; member in class:DataDict
125 transformConstant(0), transformType(DictionaryData::TRANSFORM_NONE) {
140 if (transformType == DictionaryData::TRANSFORM_TYPE_OFFSET) {
179 transformType = DictionaryData::TRANSFORM_TYPE_OFFSET;
209 return (int32_t)(transformType | transformConstant);
/external/skia/src/gpu/gl/
H A DGrGLPathRendering.cpp198 const float transformValues[], PathTransformType transformType,
219 writeMask, gXformType2GLType[transformType], transformValues));
224 gXformType2GLType[transformType], transformValues);
229 gXformType2GLType[transformType], transformValues);
367 GrGLenum transformType, const GrGLfloat *transformValues) {
370 mask, coverMode, transformType, transformValues));
374 fillMode, mask, transformType, transformValues));
376 coverMode, transformType, transformValues));
382 GrGLenum transformType, const GrGLfloat *transformValues) {
385 reference, mask, coverMode, transformType,
196 drawPaths(const GrPathRange* pathRange, const void* indices, PathIndexType indexType, const float transformValues[], PathTransformType transformType, int count, const GrStencilSettings& stencilSettings) argument
364 stencilThenCoverFillPathInstanced( GrGLsizei numPaths, GrGLenum pathNameType, const GrGLvoid *paths, GrGLuint pathBase, GrGLenum fillMode, GrGLuint mask, GrGLenum coverMode, GrGLenum transformType, const GrGLfloat *transformValues) argument
379 stencilThenCoverStrokePathInstanced( GrGLsizei numPaths, GrGLenum pathNameType, const GrGLvoid *paths, GrGLuint pathBase, GrGLint reference, GrGLuint mask, GrGLenum coverMode, GrGLenum transformType, const GrGLfloat *transformValues) argument
[all...]
H A DGrGLGpu.cpp1963 GrDrawTarget::PathTransformType transformType,
1970 transformType, count, stencil);
1958 onDrawPaths(const DrawArgs& args, const GrPathRange* pathRange, const void* indices, GrDrawTarget::PathIndexType indexType, const float transformValues[], GrDrawTarget::PathTransformType transformType, int count, const GrStencilSettings& stencil) argument

Completed in 218 milliseconds