Lines Matching refs:value

24  *  by 0, or a negative w value). By default, methods that map rects and paths will apply
300 not one. All other elements may have any value.
343 each value in SkMatrix.
365 /** Returns one matrix value. Asserts if index is out of range and SK_DEBUG is
370 @return value corresponding to index
377 /** Returns one matrix value. Asserts if index is out of range and SK_DEBUG is
382 @return value corresponding to index
389 /** Returns one matrix value from a particular row/column. Asserts if index is out
394 @return value at the given matrix position
458 /** Returns writable SkMatrix value. Asserts if index is out of range and SK_DEBUG is
459 defined. Clears internal cache anticipating that caller will change SkMatrix value.
462 value must be followed by dirtyMatrixTypeCache().
466 @return writable value corresponding to index
474 /** Sets SkMatrix value. Asserts if index is out of range and SK_DEBUG is
479 @param value scalar to store in SkMatrix
481 SkMatrix& set(int index, SkScalar value) {
483 fMat[index] = value;
570 /** Copies nine scalar values contained by SkMatrix into buffer, in member value
580 /** Sets SkMatrix to nine scalar values in buffer, in member value ascending order:
1384 @param x x-axis value of SkPoint to map
1385 @param y y-axis value of SkPoint to map
1404 @param x x-axis value of SkPoint to map
1405 @param y y-axis value of SkPoint to map
1512 @param dx x-axis value of vector to map
1513 @param dy y-axis value of vector to map
1534 @param dx x-axis value of vector to map
1535 @param dy y-axis value of vector to map
1547 Returned value is the same as calling rectStaysRect().
1562 Returned value is the same as calling rectStaysRect().