Lines Matching refs:toInt
39 static inline int toInt (const char* str)
549 image->width = toInt(getAttribute("Width"));
550 image->height = toInt(getAttribute("Height"));
631 config->bufferSize = toInt(getAttribute("BufferSize"));
632 config->redSize = toInt(getAttribute("RedSize"));
633 config->greenSize = toInt(getAttribute("GreenSize"));
634 config->blueSize = toInt(getAttribute("BlueSize"));
635 config->luminanceSize = toInt(getAttribute("LuminanceSize"));
636 config->alphaSize = toInt(getAttribute("AlphaSize"));
637 config->alphaMaskSize = toInt(getAttribute("AlphaMaskSize"));
642 config->configID = toInt(getAttribute("ConfigID"));
644 config->depthSize = toInt(getAttribute("DepthSize"));
645 config->level = toInt(getAttribute("Level"));
646 config->maxPBufferWidth = toInt(getAttribute("MaxPBufferWidth"));
647 config->maxPBufferHeight = toInt(getAttribute("MaxPBufferHeight"));
648 config->maxPBufferPixels = toInt(getAttribute("MaxPBufferPixels"));
649 config->maxSwapInterval = toInt(getAttribute("MaxSwapInterval"));
650 config->minSwapInterval = toInt(getAttribute("MinSwapInterval"));
653 config->sampleBuffers = toInt(getAttribute("SampleBuffers"));
654 config->samples = toInt(getAttribute("Samples"));
655 config->stencilSize = toInt(getAttribute("StencilSize"));
658 config->transparentRedValue = toInt(getAttribute("TransparentRedValue"));
659 config->transparentGreenValue = toInt(getAttribute("TransparentGreenValue"));
660 config->transparentBlueValue = toInt(getAttribute("TransparentBlueValue"));