Lines Matching refs:put

376             this.fGraphicsStatesInt.put(kBoundsXIndex, x);
377 this.fGraphicsStatesInt.put(kBoundsYIndex, y);
378 this.fGraphicsStatesInt.put(kBoundsWidthIndex, width);
379 this.fGraphicsStatesInt.put(kBoundsHeightIndex, height);
417 this.fGraphicsStatesFloat.put(kClipXIndex, x);
418 this.fGraphicsStatesFloat.put(kClipYIndex, y);
419 this.fGraphicsStatesFloat.put(kClipWidthIndex, w);
420 this.fGraphicsStatesFloat.put(kClipHeightIndex, h);
431 this.fGraphicsStatesInt.put(kClipStateIndex, kClipRect);
459 this.fGraphicsStatesInt.put(kClipNumTypesIndex, clipTypesArray.position());
460 this.fGraphicsStatesInt.put(kClipNumCoordsIndex, clipCoordinatesArray.position());
461 this.fGraphicsStatesInt.put(kClipWindingRuleIndex, windingRule);
466 this.fGraphicsStatesInt.put(kClipStateIndex, kClipShape);
496 this.fGraphicsStatesFloat.put(kCTMaIndex, a);
497 this.fGraphicsStatesFloat.put(kCTMbIndex, b);
498 this.fGraphicsStatesFloat.put(kCTMcIndex, c);
499 this.fGraphicsStatesFloat.put(kCTMdIndex, d);
500 this.fGraphicsStatesFloat.put(kCTMtxIndex, tx);
501 this.fGraphicsStatesFloat.put(kCTMtyIndex, ty);
530 this.fGraphicsStatesInt.put(kColorStateIndex, kColorSystem);
531 this.fGraphicsStatesInt.put(kColorIndexValueIndex, index);
543 this.fGraphicsStatesInt.put(kColorStateIndex, kColorSimple);
544 this.fGraphicsStatesInt.put(kColorRGBValueIndex, rgb);
553 this.fGraphicsStatesInt.put(kColorStateIndex, kColorGradient);
554 this.fGraphicsStatesInt.put(kColorRGBValue1Index, color.getColor1().getRGB());
555 this.fGraphicsStatesInt.put(kColorRGBValue2Index, color.getColor2().getRGB());
556 this.fGraphicsStatesInt.put(kColorIsCyclicIndex, (color.isCyclic()) ? kColorCyclic : kColorNonCyclic);
558 this.fGraphicsStatesFloat.put(kColorx1Index, (float) p.getX());
559 this.fGraphicsStatesFloat.put(kColory1Index, (float) p.getY());
561 this.fGraphicsStatesFloat.put(kColorx2Index, (float) p.getX());
562 this.fGraphicsStatesFloat.put(kColory2Index, (float) p.getY());
571 this.fGraphicsStatesInt.put(kColorStateIndex, kColorTexture);
574 this.fGraphicsStatesInt.put(kColorWidthIndex, texturePaintImage.getWidth());
575 this.fGraphicsStatesInt.put(kColorHeightIndex, texturePaintImage.getHeight());
577 this.fGraphicsStatesFloat.put(kColortxIndex, (float) anchor.getX());
578 this.fGraphicsStatesFloat.put(kColortyIndex, (float) anchor.getY());
579 this.fGraphicsStatesFloat.put(kColorsxIndex, (float) (anchor.getWidth() / texturePaintImage.getWidth()));
580 this.fGraphicsStatesFloat.put(kColorsyIndex, (float) (anchor.getHeight() / texturePaintImage.getHeight()));
594 this.fGraphicsStatesInt.put(kColorStateIndex, kColorTexture);
595 this.fGraphicsStatesInt.put(kColorWidthIndex, texturePaintImage.getWidth());
596 this.fGraphicsStatesInt.put(kColorHeightIndex, texturePaintImage.getHeight());
597 this.fGraphicsStatesFloat.put(kColortxIndex, (float) userBounds.getX());
598 this.fGraphicsStatesFloat.put(kColortyIndex, (float) userBounds.getY());
599 this.fGraphicsStatesFloat.put(kColorsxIndex, 1.0f);
600 this.fGraphicsStatesFloat.put(kColorsyIndex, 1.0f);
640 this.fGraphicsStatesInt.put(kCompositeRuleIndex, alphaRule);
641 this.fGraphicsStatesFloat.put(kCompositeValueIndex, alphaValue);
667 this.fGraphicsStatesFloat.put(kStrokeDashPhaseIndex, stroke.getDashPhase());
668 this.fGraphicsStatesInt.put(kStrokeCapIndex, stroke.getEndCap());
669 this.fGraphicsStatesInt.put(kStrokeJoinIndex, stroke.getLineJoin());
670 this.fGraphicsStatesFloat.put(kStrokeWidthIndex, stroke.getLineWidth());
671 this.fGraphicsStatesFloat.put(kStrokeLimitIndex, stroke.getMiterLimit());
707 this.fGraphicsStatesInt.put(kHintsAntialiasIndex, antialiasHint);
714 this.fGraphicsStatesInt.put(kHintsTextAntialiasIndex, textAntialiasHint);
721 this.fGraphicsStatesInt.put(kHintsFractionalMetricsIndex, fractionalMetricsHint);
728 this.fGraphicsStatesInt.put(kHintsRenderingIndex, renderHint);
736 this.fGraphicsStatesInt.put(kHintsInterpolationIndex, interpolationHint);
800 this.fGraphicsStatesInt.put(kChangeFlagIndex, this.fChangeFlag);
842 coordinates.put(segmentCoordinatesArray[0]);
843 coordinates.put(segmentCoordinatesArray[1]);
852 coordinates.put(segmentCoordinatesArray[0]);
853 coordinates.put(segmentCoordinatesArray[1]);
864 coordinates.put(segmentCoordinatesArray[0]);
865 coordinates.put(segmentCoordinatesArray[1]);
866 coordinates.put(segmentCoordinatesArray[2]);
867 coordinates.put(segmentCoordinatesArray[3]);
880 coordinates.put(segmentCoordinatesArray[0]);
881 coordinates.put(segmentCoordinatesArray[1]);
882 coordinates.put(segmentCoordinatesArray[2]);
883 coordinates.put(segmentCoordinatesArray[3]);
884 coordinates.put(segmentCoordinatesArray[4]);
885 coordinates.put(segmentCoordinatesArray[5]);
896 types.put(type);
1066 // this code is taken from Rectangle.java (modified to put results in r3)
1104 // put src rect into surface coordinate space