Lines Matching refs:ops
175 ops = OP_IDENTITY; in loadIdentity()
198 ops = OP_ALL; in picker()
212 ops = OP_ALL; in picker()
388 ops = new uint8_t[depth]; in init()
397 delete [] ops; in uninit()
403 ops[depth] = OP_IDENTITY; in loadIdentity()
410 ops[depth] = OP_ALL; // TODO: we should look at the matrix in load()
416 ops[depth] = OP_ALL; // TODO: we should look at the matrix in load()
422 ops[depth] = OP_ALL; // TODO: we should look at the matrix in multiply()
428 ops[depth] |= OP_TRANSLATE; in translate()
435 ops[depth] |= OP_UNIFORM_SCALE; in scale()
437 ops[depth] |= OP_SCALE; in scale()
444 ops[depth] |= OP_ROTATE; in rotate()
464 ops[depth+1] = ops[depth]; in push()